2024-01-21T08:00:52.245 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-21T08:00:52.246 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi --verbose --description rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524267 -- /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524267/orig.config.yaml 2024-01-21T08:00:52.280 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T08:00:52.352 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524267 branch: wip-yuri4-testing-2024-01-18-1257-pacific description: rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7524267' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri4-testing-2024-01-18-1257-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: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri4-testing-2024-01-18-1257-pacific sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 8186 sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2024-01-18-1257-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec targets: smithi116.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLH8OY6b+Rqsgqk+TQvrfaoY5xXdow9VdEyh9XADrkkdJuAt8Yn7SvxG9YlBtYD0+yxv8j9rMCe4ypl1sD29DHc= smithi195.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO9FCyiy4EI6Y0W2TcR2a0NYFpkVkviN7mOdCovBYTG6P4tIy7MHHRTuBxJBK2qY8zjzf2zitX7VX350H+K1CAM= 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 --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: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-19_23:17:02 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-21T08:00:52.352 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa; will attempt to use it 2024-01-21T08:00:52.353 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks 2024-01-21T08:00:52.353 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-21T08:00:52.355 INFO:teuthology.task.internal:Checking packages... 2024-01-21T08:00:52.376 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec' 2024-01-21T08:00:52.376 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-21T08:00:52.376 INFO:teuthology.packaging:ref: None 2024-01-21T08:00:52.376 INFO:teuthology.packaging:tag: None 2024-01-21T08:00:52.376 INFO:teuthology.packaging:branch: wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T08:00:52.376 INFO:teuthology.packaging:sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T08:00:52.377 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T08:00:52.607 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454.gea310589 2024-01-21T08:00:52.609 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-21T08:00:52.616 INFO:teuthology.task.internal:no buildpackages task found 2024-01-21T08:00:52.616 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-21T08:00:52.635 INFO:teuthology.task.internal:Saving configuration 2024-01-21T08:00:52.649 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-21T08:00:52.656 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T08:00:52.681 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524267', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 07:55:50.774276', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLH8OY6b+Rqsgqk+TQvrfaoY5xXdow9VdEyh9XADrkkdJuAt8Yn7SvxG9YlBtYD0+yxv8j9rMCe4ypl1sD29DHc='} 2024-01-21T08:00:52.701 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi195.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524267', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 07:55:50.776272', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO9FCyiy4EI6Y0W2TcR2a0NYFpkVkviN7mOdCovBYTG6P4tIy7MHHRTuBxJBK2qY8zjzf2zitX7VX350H+K1CAM='} 2024-01-21T08:00:52.701 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-21T08:00:52.707 INFO:teuthology.task.internal:roles: ubuntu@smithi116.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-21T08:00:52.707 INFO:teuthology.task.internal:roles: ubuntu@smithi195.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-21T08:00:52.707 INFO:teuthology.run_tasks:Running task console_log... 2024-01-21T08:00:52.777 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb444d34f70>, signals=[15]) 2024-01-21T08:00:52.777 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-21T08:00:52.783 INFO:teuthology.task.internal:Opening connections... 2024-01-21T08:00:52.783 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi116.front.sepia.ceph.com 2024-01-21T08:00:52.785 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:00:52.859 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi195.front.sepia.ceph.com 2024-01-21T08:00:52.860 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:00:52.929 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-21T08:00:52.936 DEBUG:teuthology.orchestra.run.smithi116:> uname -m 2024-01-21T08:00:52.958 INFO:teuthology.orchestra.run.smithi116.stdout:x86_64 2024-01-21T08:00:52.958 DEBUG:teuthology.orchestra.run.smithi116:> cat /etc/os-release 2024-01-21T08:00:53.018 INFO:teuthology.orchestra.run.smithi116.stdout:NAME="CentOS Stream" 2024-01-21T08:00:53.019 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION="8" 2024-01-21T08:00:53.019 INFO:teuthology.orchestra.run.smithi116.stdout:ID="centos" 2024-01-21T08:00:53.019 INFO:teuthology.orchestra.run.smithi116.stdout:ID_LIKE="rhel fedora" 2024-01-21T08:00:53.019 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION_ID="8" 2024-01-21T08:00:53.019 INFO:teuthology.orchestra.run.smithi116.stdout:PLATFORM_ID="platform:el8" 2024-01-21T08:00:53.019 INFO:teuthology.orchestra.run.smithi116.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-21T08:00:53.019 INFO:teuthology.orchestra.run.smithi116.stdout:ANSI_COLOR="0;31" 2024-01-21T08:00:53.019 INFO:teuthology.orchestra.run.smithi116.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-21T08:00:53.019 INFO:teuthology.orchestra.run.smithi116.stdout:HOME_URL="https://centos.org/" 2024-01-21T08:00:53.019 INFO:teuthology.orchestra.run.smithi116.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-21T08:00:53.019 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-21T08:00:53.019 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-21T08:00:53.020 INFO:teuthology.lock.ops:Updating smithi116.front.sepia.ceph.com on lock server 2024-01-21T08:00:53.047 DEBUG:teuthology.orchestra.run.smithi195:> uname -m 2024-01-21T08:00:53.068 INFO:teuthology.orchestra.run.smithi195.stdout:x86_64 2024-01-21T08:00:53.069 DEBUG:teuthology.orchestra.run.smithi195:> cat /etc/os-release 2024-01-21T08:00:53.130 INFO:teuthology.orchestra.run.smithi195.stdout:NAME="CentOS Stream" 2024-01-21T08:00:53.131 INFO:teuthology.orchestra.run.smithi195.stdout:VERSION="8" 2024-01-21T08:00:53.131 INFO:teuthology.orchestra.run.smithi195.stdout:ID="centos" 2024-01-21T08:00:53.131 INFO:teuthology.orchestra.run.smithi195.stdout:ID_LIKE="rhel fedora" 2024-01-21T08:00:53.131 INFO:teuthology.orchestra.run.smithi195.stdout:VERSION_ID="8" 2024-01-21T08:00:53.131 INFO:teuthology.orchestra.run.smithi195.stdout:PLATFORM_ID="platform:el8" 2024-01-21T08:00:53.131 INFO:teuthology.orchestra.run.smithi195.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-21T08:00:53.131 INFO:teuthology.orchestra.run.smithi195.stdout:ANSI_COLOR="0;31" 2024-01-21T08:00:53.131 INFO:teuthology.orchestra.run.smithi195.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-21T08:00:53.131 INFO:teuthology.orchestra.run.smithi195.stdout:HOME_URL="https://centos.org/" 2024-01-21T08:00:53.131 INFO:teuthology.orchestra.run.smithi195.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-21T08:00:53.131 INFO:teuthology.orchestra.run.smithi195.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-21T08:00:53.131 INFO:teuthology.orchestra.run.smithi195.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-21T08:00:53.132 INFO:teuthology.lock.ops:Updating smithi195.front.sepia.ceph.com on lock server 2024-01-21T08:00:53.330 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-21T08:00:53.339 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-21T08:00:53.344 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-21T08:00:53.344 DEBUG:teuthology.orchestra.run.smithi116:> test '!' -e /home/ubuntu/cephtest 2024-01-21T08:00:53.347 DEBUG:teuthology.orchestra.run.smithi195:> test '!' -e /home/ubuntu/cephtest 2024-01-21T08:00:53.367 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-21T08:00:53.373 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-21T08:00:53.373 DEBUG:teuthology.orchestra.run.smithi116:> test -z $(ls -A /var/lib/ceph) 2024-01-21T08:00:53.408 DEBUG:teuthology.orchestra.run.smithi195:> test -z $(ls -A /var/lib/ceph) 2024-01-21T08:00:53.439 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-21T08:00:53.485 INFO:teuthology.run_tasks:Running task kernel... 2024-01-21T08:00:53.499 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-21T08:00:53.499 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-21T08:00:53.499 DEBUG:teuthology.orchestra.run.smithi116:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T08:00:53.500 DEBUG:teuthology.orchestra.run.smithi195:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T08:00:53.519 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:00:53.520 DEBUG:teuthology.orchestra.run.smithi195:> uname -r 2024-01-21T08:00:53.520 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:00:53.521 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2024-01-21T08:00:53.579 INFO:teuthology.orchestra.run.smithi195.stdout:4.18.0-489.el8.x86_64 2024-01-21T08:00:53.580 INFO:teuthology.task.kernel:Running kernel on smithi195: 4.18.0-489.el8.x86_64 2024-01-21T08:00:53.580 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum install -y kernel 2024-01-21T08:00:53.582 INFO:teuthology.orchestra.run.smithi116.stdout:4.18.0-489.el8.x86_64 2024-01-21T08:00:53.582 INFO:teuthology.task.kernel:Running kernel on smithi116: 4.18.0-489.el8.x86_64 2024-01-21T08:00:53.582 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum install -y kernel 2024-01-21T08:00:57.833 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 8 - AppStream 15 MB/s | 26 MB 00:01 2024-01-21T08:00:59.663 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 8 - AppStream 7.6 MB/s | 26 MB 00:03 2024-01-21T08:01:03.559 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 8 - BaseOS 9.8 MB/s | 10 MB 00:01 2024-01-21T08:01:05.521 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 8 - BaseOS 8.5 MB/s | 10 MB 00:01 2024-01-21T08:01:05.984 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 8 - Extras 21 kB/s | 18 kB 00:00 2024-01-21T08:01:06.518 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 8 - Extras common packages 16 kB/s | 6.9 kB 00:00 2024-01-21T08:01:06.794 INFO:teuthology.orchestra.run.smithi195.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2024-01-21T08:01:07.661 INFO:teuthology.orchestra.run.smithi195.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2024-01-21T08:01:07.680 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 8 - Extras 31 kB/s | 18 kB 00:00 2024-01-21T08:01:08.405 INFO:teuthology.orchestra.run.smithi116.stdout:CentOS Stream 8 - Extras common packages 11 kB/s | 6.9 kB 00:00 2024-01-21T08:01:08.657 INFO:teuthology.orchestra.run.smithi116.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2024-01-21T08:01:10.458 INFO:teuthology.orchestra.run.smithi116.stdout:Extra Packages for Enterprise Linux 9.4 MB/s | 16 MB 00:01 2024-01-21T08:01:11.453 INFO:teuthology.orchestra.run.smithi195.stdout:lab-extras 470 kB/s | 24 kB 00:00 2024-01-21T08:01:14.208 INFO:teuthology.orchestra.run.smithi116.stdout:lab-extras 504 kB/s | 24 kB 00:00 2024-01-21T08:01:14.400 INFO:teuthology.orchestra.run.smithi195.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-21T08:01:14.400 INFO:teuthology.orchestra.run.smithi195.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-21T08:01:14.508 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-01-21T08:01:14.509 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-01-21T08:01:14.509 INFO:teuthology.orchestra.run.smithi195.stdout: Package Architecture Version Repository Size 2024-01-21T08:01:14.509 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-01-21T08:01:14.509 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-01-21T08:01:14.509 INFO:teuthology.orchestra.run.smithi195.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-21T08:01:14.509 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-01-21T08:01:14.509 INFO:teuthology.orchestra.run.smithi195.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-21T08:01:14.509 INFO:teuthology.orchestra.run.smithi195.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-21T08:01:14.510 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-21T08:01:14.510 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-01-21T08:01:14.510 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-01-21T08:01:14.510 INFO:teuthology.orchestra.run.smithi195.stdout:Install 3 Packages 2024-01-21T08:01:14.510 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-21T08:01:14.510 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 89 M 2024-01-21T08:01:14.510 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 96 M 2024-01-21T08:01:14.511 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-01-21T08:01:15.630 INFO:teuthology.orchestra.run.smithi195.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 9.5 MB/s | 10 MB 00:01 2024-01-21T08:01:16.788 INFO:teuthology.orchestra.run.smithi195.stdout:(2/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2024-01-21T08:01:17.104 INFO:teuthology.orchestra.run.smithi116.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-21T08:01:17.104 INFO:teuthology.orchestra.run.smithi116.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-21T08:01:17.223 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-01-21T08:01:17.224 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-01-21T08:01:17.224 INFO:teuthology.orchestra.run.smithi116.stdout: Package Architecture Version Repository Size 2024-01-21T08:01:17.224 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-01-21T08:01:17.224 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-01-21T08:01:17.224 INFO:teuthology.orchestra.run.smithi116.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-21T08:01:17.224 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-01-21T08:01:17.224 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-21T08:01:17.224 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-21T08:01:17.224 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:01:17.224 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-01-21T08:01:17.224 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-01-21T08:01:17.225 INFO:teuthology.orchestra.run.smithi116.stdout:Install 3 Packages 2024-01-21T08:01:17.225 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:01:17.225 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 89 M 2024-01-21T08:01:17.225 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 96 M 2024-01-21T08:01:17.225 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-01-21T08:01:17.296 INFO:teuthology.orchestra.run.smithi195.stdout:(3/3): kernel-core-4.18.0-535.el8.x86_64.rpm 16 MB/s | 43 MB 00:02 2024-01-21T08:01:17.297 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-01-21T08:01:17.297 INFO:teuthology.orchestra.run.smithi195.stdout:Total 32 MB/s | 89 MB 00:02 2024-01-21T08:01:17.974 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-01-21T08:01:18.399 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-01-21T08:01:18.399 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-01-21T08:01:18.434 INFO:teuthology.orchestra.run.smithi116.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 9.9 MB/s | 10 MB 00:01 2024-01-21T08:01:19.584 INFO:teuthology.orchestra.run.smithi116.stdout:(2/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 17 MB/s | 36 MB 00:02 2024-01-21T08:01:19.632 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-01-21T08:01:19.652 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-01-21T08:01:20.109 INFO:teuthology.orchestra.run.smithi116.stdout:(3/3): kernel-core-4.18.0-535.el8.x86_64.rpm 16 MB/s | 43 MB 00:02 2024-01-21T08:01:20.110 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-01-21T08:01:20.110 INFO:teuthology.orchestra.run.smithi116.stdout:Total 31 MB/s | 89 MB 00:02 2024-01-21T08:01:20.793 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-01-21T08:01:21.204 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-01-21T08:01:21.204 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-01-21T08:01:22.394 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-01-21T08:01:22.434 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-01-21T08:01:22.454 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-01-21T08:01:22.906 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T08:01:25.193 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-01-21T08:01:25.737 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T08:01:26.480 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T08:01:26.864 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T08:01:29.267 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-21T08:01:29.686 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T08:01:30.291 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T08:01:30.577 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T08:01:33.108 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-21T08:01:33.416 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T08:01:52.313 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-21T08:01:52.337 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T08:01:52.692 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T08:01:52.692 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-21T08:01:52.693 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-21T08:01:53.167 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T08:01:53.167 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-21T08:01:53.167 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-01-21T08:01:53.167 INFO:teuthology.orchestra.run.smithi195.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-21T08:01:53.167 INFO:teuthology.orchestra.run.smithi195.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-21T08:01:53.167 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-21T08:01:53.167 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-01-21T08:01:53.346 DEBUG:teuthology.orchestra.run.smithi195:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T08:01:53.563 INFO:teuthology.orchestra.run.smithi195.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T08:01:53.563 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T08:01:53.563 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-21T08:01:53.563 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-21T08:01:53.563 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-21T08:01:53.564 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-21T08:01:53.564 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi195.front.sepia.ceph.com, path=None, version=distro) 2024-01-21T08:01:53.564 DEBUG:teuthology.orchestra.run.smithi195:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T08:01:53.775 INFO:teuthology.orchestra.run.smithi195.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T08:01:53.775 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T08:01:53.775 DEBUG:teuthology.orchestra.run.smithi195:> sudo rpm -qi grub2-tools 2024-01-21T08:01:53.808 INFO:teuthology.orchestra.run.smithi195.stdout:Name : grub2-tools 2024-01-21T08:01:53.809 INFO:teuthology.orchestra.run.smithi195.stdout:Epoch : 1 2024-01-21T08:01:53.809 INFO:teuthology.orchestra.run.smithi195.stdout:Version : 2.02 2024-01-21T08:01:53.809 INFO:teuthology.orchestra.run.smithi195.stdout:Release : 129.el8 2024-01-21T08:01:53.809 INFO:teuthology.orchestra.run.smithi195.stdout:Architecture: x86_64 2024-01-21T08:01:53.809 INFO:teuthology.orchestra.run.smithi195.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-21T08:01:53.809 INFO:teuthology.orchestra.run.smithi195.stdout:Group : System Environment/Base 2024-01-21T08:01:53.809 INFO:teuthology.orchestra.run.smithi195.stdout:Size : 9265586 2024-01-21T08:01:53.809 INFO:teuthology.orchestra.run.smithi195.stdout:License : GPLv3+ 2024-01-21T08:01:53.809 INFO:teuthology.orchestra.run.smithi195.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-21T08:01:53.809 INFO:teuthology.orchestra.run.smithi195.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-21T08:01:53.809 INFO:teuthology.orchestra.run.smithi195.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-21T08:01:53.809 INFO:teuthology.orchestra.run.smithi195.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-21T08:01:53.809 INFO:teuthology.orchestra.run.smithi195.stdout:Relocations : (not relocatable) 2024-01-21T08:01:53.810 INFO:teuthology.orchestra.run.smithi195.stdout:Packager : CentOS BuildSystem 2024-01-21T08:01:53.810 INFO:teuthology.orchestra.run.smithi195.stdout:Vendor : CentOS 2024-01-21T08:01:53.810 INFO:teuthology.orchestra.run.smithi195.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-21T08:01:53.810 INFO:teuthology.orchestra.run.smithi195.stdout:Summary : Support tools for GRUB. 2024-01-21T08:01:53.810 INFO:teuthology.orchestra.run.smithi195.stdout:Description : 2024-01-21T08:01:53.810 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-21T08:01:53.810 INFO:teuthology.orchestra.run.smithi195.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-21T08:01:53.810 INFO:teuthology.orchestra.run.smithi195.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-21T08:01:53.810 INFO:teuthology.orchestra.run.smithi195.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-21T08:01:53.810 INFO:teuthology.orchestra.run.smithi195.stdout:hardware devices. 2024-01-21T08:01:53.810 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-21T08:01:53.810 INFO:teuthology.orchestra.run.smithi195.stdout:This subpackage provides tools for support of all platforms. 2024-01-21T08:01:53.811 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-21T08:01:53.811 INFO:teuthology.task.kernel:Updating grub on smithi195 to boot 4.18.0-535.el8.x86_64 2024-01-21T08:01:53.811 DEBUG:teuthology.orchestra.run.smithi195:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-21T08:01:55.410 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-21T08:01:55.432 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T08:01:55.517 INFO:teuthology.orchestra.run.smithi195.stderr:Generating grub configuration file ... 2024-01-21T08:01:55.777 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-21T08:01:55.777 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-21T08:01:55.777 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-21T08:01:56.249 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-21T08:01:56.249 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:01:56.249 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-01-21T08:01:56.250 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-21T08:01:56.250 INFO:teuthology.orchestra.run.smithi116.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-21T08:01:56.250 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:01:56.250 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-01-21T08:01:56.390 DEBUG:teuthology.orchestra.run.smithi116:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T08:01:56.631 INFO:teuthology.orchestra.run.smithi116.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T08:01:56.631 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T08:01:56.631 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-21T08:01:56.631 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-21T08:01:56.631 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-21T08:01:56.631 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-21T08:01:56.631 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi116.front.sepia.ceph.com, path=None, version=distro) 2024-01-21T08:01:56.631 DEBUG:teuthology.orchestra.run.smithi116:> rpm -q kernel | sort -rV | head -n 1 2024-01-21T08:01:56.840 INFO:teuthology.orchestra.run.smithi116.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-21T08:01:56.840 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-21T08:01:56.841 DEBUG:teuthology.orchestra.run.smithi116:> sudo rpm -qi grub2-tools 2024-01-21T08:01:56.874 INFO:teuthology.orchestra.run.smithi116.stdout:Name : grub2-tools 2024-01-21T08:01:56.874 INFO:teuthology.orchestra.run.smithi116.stdout:Epoch : 1 2024-01-21T08:01:56.874 INFO:teuthology.orchestra.run.smithi116.stdout:Version : 2.02 2024-01-21T08:01:56.874 INFO:teuthology.orchestra.run.smithi116.stdout:Release : 129.el8 2024-01-21T08:01:56.874 INFO:teuthology.orchestra.run.smithi116.stdout:Architecture: x86_64 2024-01-21T08:01:56.874 INFO:teuthology.orchestra.run.smithi116.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-21T08:01:56.874 INFO:teuthology.orchestra.run.smithi116.stdout:Group : System Environment/Base 2024-01-21T08:01:56.874 INFO:teuthology.orchestra.run.smithi116.stdout:Size : 9265586 2024-01-21T08:01:56.874 INFO:teuthology.orchestra.run.smithi116.stdout:License : GPLv3+ 2024-01-21T08:01:56.874 INFO:teuthology.orchestra.run.smithi116.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-21T08:01:56.874 INFO:teuthology.orchestra.run.smithi116.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-21T08:01:56.874 INFO:teuthology.orchestra.run.smithi116.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-21T08:01:56.874 INFO:teuthology.orchestra.run.smithi116.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-21T08:01:56.875 INFO:teuthology.orchestra.run.smithi116.stdout:Relocations : (not relocatable) 2024-01-21T08:01:56.875 INFO:teuthology.orchestra.run.smithi116.stdout:Packager : CentOS BuildSystem 2024-01-21T08:01:56.875 INFO:teuthology.orchestra.run.smithi116.stdout:Vendor : CentOS 2024-01-21T08:01:56.875 INFO:teuthology.orchestra.run.smithi116.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-21T08:01:56.875 INFO:teuthology.orchestra.run.smithi116.stdout:Summary : Support tools for GRUB. 2024-01-21T08:01:56.875 INFO:teuthology.orchestra.run.smithi116.stdout:Description : 2024-01-21T08:01:56.875 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:01:56.875 INFO:teuthology.orchestra.run.smithi116.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-21T08:01:56.875 INFO:teuthology.orchestra.run.smithi116.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-21T08:01:56.875 INFO:teuthology.orchestra.run.smithi116.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-21T08:01:56.875 INFO:teuthology.orchestra.run.smithi116.stdout:hardware devices. 2024-01-21T08:01:56.875 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:01:56.875 INFO:teuthology.orchestra.run.smithi116.stdout:This subpackage provides tools for support of all platforms. 2024-01-21T08:01:56.876 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-21T08:01:56.876 INFO:teuthology.task.kernel:Updating grub on smithi116 to boot 4.18.0-535.el8.x86_64 2024-01-21T08:01:56.876 DEBUG:teuthology.orchestra.run.smithi116:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-21T08:01:57.623 INFO:teuthology.orchestra.run.smithi195.stderr:done 2024-01-21T08:01:57.624 DEBUG:teuthology.orchestra.run.smithi195:> mktemp 2024-01-21T08:01:57.652 INFO:teuthology.orchestra.run.smithi195.stdout:/tmp/tmp.tjdbkPMVNE 2024-01-21T08:01:57.652 DEBUG:teuthology.orchestra.run.smithi195:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.tjdbkPMVNE 2024-01-21T08:01:57.726 DEBUG:teuthology.orchestra.run.smithi195:> sudo chmod 0666 /tmp/tmp.tjdbkPMVNE 2024-01-21T08:01:57.867 DEBUG:teuthology.orchestra.remote:smithi195:/tmp/tmp.tjdbkPMVNE is 6KB 2024-01-21T08:01:57.915 DEBUG:teuthology.orchestra.run.smithi195:> rm -fr /tmp/tmp.tjdbkPMVNE 2024-01-21T08:01:57.933 DEBUG:teuthology.orchestra.run.smithi195:> sudo /bin/ls /boot/loader/entries || true 2024-01-21T08:01:58.015 INFO:teuthology.orchestra.run.smithi195.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-21T08:01:58.015 INFO:teuthology.orchestra.run.smithi195.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-21T08:01:58.015 INFO:teuthology.orchestra.run.smithi195.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-21T08:01:58.015 INFO:teuthology.orchestra.run.smithi195.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-21T08:01:58.016 DEBUG:teuthology.orchestra.run.smithi195:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-21T08:01:58.199 DEBUG:teuthology.orchestra.run.smithi195:> sudo shutdown -r now 2024-01-21T08:01:58.268 INFO:teuthology.orchestra.run.smithi116.stderr:Generating grub configuration file ... 2024-01-21T08:01:59.975 INFO:teuthology.orchestra.run.smithi116.stderr:done 2024-01-21T08:01:59.977 DEBUG:teuthology.orchestra.run.smithi116:> mktemp 2024-01-21T08:02:00.001 INFO:teuthology.orchestra.run.smithi116.stdout:/tmp/tmp.qIyFvEfu83 2024-01-21T08:02:00.001 DEBUG:teuthology.orchestra.run.smithi116:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.qIyFvEfu83 2024-01-21T08:02:00.074 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 0666 /tmp/tmp.qIyFvEfu83 2024-01-21T08:02:00.221 DEBUG:teuthology.orchestra.remote:smithi116:/tmp/tmp.qIyFvEfu83 is 6KB 2024-01-21T08:02:00.269 DEBUG:teuthology.orchestra.run.smithi116:> rm -fr /tmp/tmp.qIyFvEfu83 2024-01-21T08:02:00.287 DEBUG:teuthology.orchestra.run.smithi116:> sudo /bin/ls /boot/loader/entries || true 2024-01-21T08:02:00.352 INFO:teuthology.orchestra.run.smithi116.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-21T08:02:00.352 INFO:teuthology.orchestra.run.smithi116.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-21T08:02:00.352 INFO:teuthology.orchestra.run.smithi116.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-21T08:02:00.352 INFO:teuthology.orchestra.run.smithi116.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-21T08:02:00.353 DEBUG:teuthology.orchestra.run.smithi116:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-21T08:02:00.511 DEBUG:teuthology.orchestra.run.smithi116:> sudo shutdown -r now 2024-01-21T08:02:28.216 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-21T08:02:28.217 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-01-21T08:02:28.218 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:02:30.516 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-21T08:02:30.516 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-01-21T08:02:30.517 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:03:05.148 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2024-01-21T08:03:14.156 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-01-21T08:03:14.156 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:03:28.231 DEBUG:teuthology.orchestra.remote:timed out 2024-01-21T08:03:32.540 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2024-01-21T08:03:37.236 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-01-21T08:03:37.237 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:03:37.641 DEBUG:teuthology.orchestra.run.smithi195:> true 2024-01-21T08:03:37.918 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-01-21T08:03:37.919 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-535.el8.x86_64"... 2024-01-21T08:03:37.919 DEBUG:teuthology.orchestra.run.smithi195:> uname -r 2024-01-21T08:03:37.935 INFO:teuthology.orchestra.run.smithi195.stdout:4.18.0-535.el8.x86_64 2024-01-21T08:03:37.936 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-21T08:03:37.936 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-21T08:03:37.936 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-21T08:03:38.937 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-21T08:03:38.937 DEBUG:teuthology.orchestra.run.smithi195:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T08:03:39.034 INFO:teuthology.orchestra.run.smithi195.stdout:ttyS1 2024-01-21T08:03:39.049 DEBUG:teuthology.parallel:result is None 2024-01-21T08:03:44.541 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-01-21T08:03:44.541 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:03:44.889 DEBUG:teuthology.orchestra.run.smithi116:> true 2024-01-21T08:03:45.208 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-01-21T08:03:45.208 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-535.el8.x86_64"... 2024-01-21T08:03:45.208 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2024-01-21T08:03:45.225 INFO:teuthology.orchestra.run.smithi116.stdout:4.18.0-535.el8.x86_64 2024-01-21T08:03:45.225 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-21T08:03:45.225 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-21T08:03:45.225 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-21T08:03:46.226 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-21T08:03:46.226 DEBUG:teuthology.orchestra.run.smithi116:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T08:03:46.330 INFO:teuthology.orchestra.run.smithi116.stdout:ttyS1 2024-01-21T08:03:46.345 DEBUG:teuthology.parallel:result is None 2024-01-21T08:03:46.345 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-21T08:03:46.352 INFO:teuthology.task.internal:Creating test directory... 2024-01-21T08:03:46.353 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T08:03:46.354 DEBUG:teuthology.orchestra.run.smithi195:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T08:03:46.379 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-21T08:03:46.385 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-21T08:03:46.392 INFO:teuthology.task.internal:Creating archive directory... 2024-01-21T08:03:46.393 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T08:03:46.415 DEBUG:teuthology.orchestra.run.smithi195:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T08:03:46.453 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-21T08:03:46.460 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-21T08:03:46.460 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-21T08:03:46.476 DEBUG:teuthology.orchestra.run.smithi195:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-21T08:03:46.505 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T08:03:46.515 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T08:03:46.525 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T08:03:46.536 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T08:03:46.538 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-21T08:03:46.545 INFO:teuthology.task.internal:Configuring sudo... 2024-01-21T08:03:46.545 DEBUG:teuthology.orchestra.run.smithi116:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T08:03:46.563 DEBUG:teuthology.orchestra.run.smithi195:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T08:03:46.607 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-21T08:03:46.616 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-21T08:03:46.616 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T08:03:46.633 DEBUG:teuthology.orchestra.run.smithi195:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T08:03:46.666 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T08:03:46.737 DEBUG:teuthology.orchestra.run.smithi116:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T08:03:46.789 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T08:03:46.876 DEBUG:teuthology.orchestra.run.smithi116:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T08:03:46.924 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-21T08:03:46.924 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T08:03:46.994 DEBUG:teuthology.orchestra.run.smithi195:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T08:03:47.041 DEBUG:teuthology.orchestra.run.smithi195:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T08:03:47.090 DEBUG:teuthology.orchestra.run.smithi195:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T08:03:47.173 DEBUG:teuthology.orchestra.run.smithi195:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T08:03:47.218 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-01-21T08:03:47.218 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T08:03:47.285 DEBUG:teuthology.orchestra.run.smithi116:> sudo service rsyslog restart 2024-01-21T08:03:47.288 DEBUG:teuthology.orchestra.run.smithi195:> sudo service rsyslog restart 2024-01-21T08:03:47.384 INFO:teuthology.orchestra.run.smithi116.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T08:03:47.408 INFO:teuthology.orchestra.run.smithi195.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T08:03:47.772 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-21T08:03:47.781 INFO:teuthology.task.internal:Starting timer... 2024-01-21T08:03:47.781 INFO:teuthology.run_tasks:Running task pcp... 2024-01-21T08:03:47.795 INFO:teuthology.run_tasks:Running task selinux... 2024-01-21T08:03:47.803 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-21T08:03:47.803 DEBUG:teuthology.orchestra.run.smithi116:> sudo service auditd rotate 2024-01-21T08:03:48.230 INFO:teuthology.orchestra.run.smithi116.stdout:Rotating logs: 2024-01-21T08:03:48.244 DEBUG:teuthology.orchestra.run.smithi195:> sudo service auditd rotate 2024-01-21T08:03:48.332 INFO:teuthology.orchestra.run.smithi195.stdout:Rotating logs: 2024-01-21T08:03:48.334 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-21T08:03:48.334 DEBUG:teuthology.orchestra.run.smithi116:> /usr/sbin/getenforce 2024-01-21T08:03:48.820 INFO:teuthology.orchestra.run.smithi116.stdout:Permissive 2024-01-21T08:03:48.820 DEBUG:teuthology.orchestra.run.smithi195:> /usr/sbin/getenforce 2024-01-21T08:03:48.846 INFO:teuthology.orchestra.run.smithi195.stdout:Permissive 2024-01-21T08:03:48.846 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi116.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi195.front.sepia.ceph.com': 'permissive'} 2024-01-21T08:03:48.846 DEBUG:teuthology.orchestra.run.smithi116:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-21T08:03:49.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:03:49.181 DEBUG:teuthology.orchestra.run.smithi195:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-21T08:03:49.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:03:49.210 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-21T08:03:49.210 DEBUG:teuthology.orchestra.run.smithi116:> sudo /usr/sbin/setenforce permissive 2024-01-21T08:03:49.400 DEBUG:teuthology.orchestra.run.smithi195:> sudo /usr/sbin/setenforce permissive 2024-01-21T08:03:49.439 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-21T08:03:49.449 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-21T08:03:49.464 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-01-21T08:03:49.465 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi116.front.sepia.ceph.com,smithi195.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-21T08:09:23.946 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi116.front.sepia.ceph.com'), Remote(name='ubuntu@smithi195.front.sepia.ceph.com')] 2024-01-21T08:09:23.948 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-01-21T08:09:23.949 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:09:24.021 DEBUG:teuthology.orchestra.run.smithi116:> true 2024-01-21T08:09:24.089 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-01-21T08:09:24.090 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-01-21T08:09:24.090 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:09:24.163 DEBUG:teuthology.orchestra.run.smithi195:> true 2024-01-21T08:09:24.230 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-01-21T08:09:24.231 INFO:teuthology.run_tasks:Running task clock... 2024-01-21T08:09:24.242 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-21T08:09:24.242 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T08:09:24.242 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T08:09:24.245 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T08:09:24.245 DEBUG:teuthology.orchestra.run.smithi195:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T08:09:24.273 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-21T08:09:24.287 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-21T08:09:24.302 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-21T08:09:24.316 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-21T08:09:24.369 INFO:teuthology.orchestra.run.smithi116.stderr:sudo: ntpd: command not found 2024-01-21T08:09:24.376 INFO:teuthology.orchestra.run.smithi195.stderr:sudo: ntpd: command not found 2024-01-21T08:09:24.380 INFO:teuthology.orchestra.run.smithi116.stdout:506 Cannot talk to daemon 2024-01-21T08:09:24.387 INFO:teuthology.orchestra.run.smithi195.stdout:506 Cannot talk to daemon 2024-01-21T08:09:24.393 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-21T08:09:24.400 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-21T08:09:24.407 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-21T08:09:24.413 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-21T08:09:24.471 INFO:teuthology.orchestra.run.smithi116.stderr:bash: ntpq: command not found 2024-01-21T08:09:24.474 INFO:teuthology.orchestra.run.smithi116.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T08:09:24.474 INFO:teuthology.orchestra.run.smithi116.stdout:=============================================================================== 2024-01-21T08:09:24.475 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T08:09:24.475 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T08:09:24.475 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T08:09:24.475 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T08:09:24.477 INFO:teuthology.orchestra.run.smithi195.stderr:bash: ntpq: command not found 2024-01-21T08:09:24.480 INFO:teuthology.orchestra.run.smithi195.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T08:09:24.480 INFO:teuthology.orchestra.run.smithi195.stdout:=============================================================================== 2024-01-21T08:09:24.480 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T08:09:24.481 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T08:09:24.481 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T08:09:24.481 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T08:09:24.482 INFO:teuthology.run_tasks:Running task pexec... 2024-01-21T08:09:24.492 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-21T08:09:24.493 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi116.front.sepia.ceph.com 2024-01-21T08:09:24.493 DEBUG:teuthology.orchestra.run.smithi116:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-21T08:09:24.493 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi195.front.sepia.ceph.com 2024-01-21T08:09:24.493 DEBUG:teuthology.orchestra.run.smithi195:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-21T08:09:25.267 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:20 ago on Sun 21 Jan 2024 08:08:05 AM UTC. 2024-01-21T08:09:25.272 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:21 ago on Sun 21 Jan 2024 08:08:04 AM UTC. 2024-01-21T08:09:27.181 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-01-21T08:09:27.182 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-01-21T08:09:27.182 INFO:teuthology.orchestra.run.smithi116.stdout: Package Architecture Version Repository Size 2024-01-21T08:09:27.182 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-01-21T08:09:27.182 INFO:teuthology.orchestra.run.smithi116.stdout:Resetting modules: 2024-01-21T08:09:27.182 INFO:teuthology.orchestra.run.smithi116.stdout: container-tools 2024-01-21T08:09:27.183 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:09:27.183 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-01-21T08:09:27.183 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-01-21T08:09:27.183 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:09:27.199 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-01-21T08:09:27.200 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-01-21T08:09:27.200 INFO:teuthology.orchestra.run.smithi195.stdout: Package Architecture Version Repository Size 2024-01-21T08:09:27.201 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-01-21T08:09:27.201 INFO:teuthology.orchestra.run.smithi195.stdout:Resetting modules: 2024-01-21T08:09:27.201 INFO:teuthology.orchestra.run.smithi195.stdout: container-tools 2024-01-21T08:09:27.201 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-21T08:09:27.201 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-01-21T08:09:27.201 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-01-21T08:09:27.201 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-21T08:09:27.459 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-01-21T08:09:27.459 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-01-21T08:09:28.263 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:01:23 ago on Sun 21 Jan 2024 08:08:05 AM UTC. 2024-01-21T08:09:28.279 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:24 ago on Sun 21 Jan 2024 08:08:04 AM UTC. 2024-01-21T08:09:30.170 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-01-21T08:09:30.183 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-01-21T08:09:30.204 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-01-21T08:09:30.204 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-01-21T08:09:30.204 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-01-21T08:09:30.204 INFO:teuthology.orchestra.run.smithi116.stdout:Installing group/module packages: 2024-01-21T08:09:30.204 INFO:teuthology.orchestra.run.smithi116.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-21T08:09:30.204 INFO:teuthology.orchestra.run.smithi116.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-21T08:09:30.204 INFO:teuthology.orchestra.run.smithi116.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-21T08:09:30.205 INFO:teuthology.orchestra.run.smithi116.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-21T08:09:30.205 INFO:teuthology.orchestra.run.smithi116.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-21T08:09:30.205 INFO:teuthology.orchestra.run.smithi116.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-21T08:09:30.205 INFO:teuthology.orchestra.run.smithi116.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-21T08:09:30.205 INFO:teuthology.orchestra.run.smithi116.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-21T08:09:30.205 INFO:teuthology.orchestra.run.smithi116.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-21T08:09:30.205 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-01-21T08:09:30.205 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-21T08:09:30.205 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-21T08:09:30.205 INFO:teuthology.orchestra.run.smithi116.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-21T08:09:30.205 INFO:teuthology.orchestra.run.smithi116.stdout:Installing weak dependencies: 2024-01-21T08:09:30.205 INFO:teuthology.orchestra.run.smithi116.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-21T08:09:30.205 INFO:teuthology.orchestra.run.smithi116.stdout:Installing module profiles: 2024-01-21T08:09:30.205 INFO:teuthology.orchestra.run.smithi116.stdout: container-tools/common 2024-01-21T08:09:30.206 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:09:30.206 INFO:teuthology.orchestra.run.smithi116.stdout:Enabling module streams: 2024-01-21T08:09:30.206 INFO:teuthology.orchestra.run.smithi116.stdout: container-tools rhel8 2024-01-21T08:09:30.206 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:09:30.206 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-01-21T08:09:30.206 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-01-21T08:09:30.206 INFO:teuthology.orchestra.run.smithi116.stdout:Install 13 Packages 2024-01-21T08:09:30.206 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:09:30.206 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 27 M 2024-01-21T08:09:30.207 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 89 M 2024-01-21T08:09:30.207 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-01-21T08:09:30.218 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-01-21T08:09:30.218 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2024-01-21T08:09:30.218 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-01-21T08:09:30.218 INFO:teuthology.orchestra.run.smithi195.stdout:Installing group/module packages: 2024-01-21T08:09:30.218 INFO:teuthology.orchestra.run.smithi195.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-21T08:09:30.218 INFO:teuthology.orchestra.run.smithi195.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-21T08:09:30.218 INFO:teuthology.orchestra.run.smithi195.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-21T08:09:30.218 INFO:teuthology.orchestra.run.smithi195.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-21T08:09:30.219 INFO:teuthology.orchestra.run.smithi195.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-21T08:09:30.219 INFO:teuthology.orchestra.run.smithi195.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-21T08:09:30.219 INFO:teuthology.orchestra.run.smithi195.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-21T08:09:30.219 INFO:teuthology.orchestra.run.smithi195.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-21T08:09:30.219 INFO:teuthology.orchestra.run.smithi195.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-21T08:09:30.219 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-01-21T08:09:30.219 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-21T08:09:30.219 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-21T08:09:30.219 INFO:teuthology.orchestra.run.smithi195.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-21T08:09:30.219 INFO:teuthology.orchestra.run.smithi195.stdout:Installing weak dependencies: 2024-01-21T08:09:30.219 INFO:teuthology.orchestra.run.smithi195.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-21T08:09:30.219 INFO:teuthology.orchestra.run.smithi195.stdout:Installing module profiles: 2024-01-21T08:09:30.219 INFO:teuthology.orchestra.run.smithi195.stdout: container-tools/common 2024-01-21T08:09:30.219 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-21T08:09:30.219 INFO:teuthology.orchestra.run.smithi195.stdout:Enabling module streams: 2024-01-21T08:09:30.219 INFO:teuthology.orchestra.run.smithi195.stdout: container-tools rhel8 2024-01-21T08:09:30.220 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-21T08:09:30.220 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-01-21T08:09:30.220 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-01-21T08:09:30.220 INFO:teuthology.orchestra.run.smithi195.stdout:Install 13 Packages 2024-01-21T08:09:30.220 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-21T08:09:30.220 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 27 M 2024-01-21T08:09:30.220 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 89 M 2024-01-21T08:09:30.221 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-01-21T08:09:30.525 INFO:teuthology.orchestra.run.smithi195.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.8 MB/s | 750 kB 00:00 2024-01-21T08:09:30.558 INFO:teuthology.orchestra.run.smithi195.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.4 MB/s | 1.0 MB 00:00 2024-01-21T08:09:30.584 INFO:teuthology.orchestra.run.smithi195.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 647 kB/s | 38 kB 00:00 2024-01-21T08:09:30.617 INFO:teuthology.orchestra.run.smithi195.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2024-01-21T08:09:30.668 INFO:teuthology.orchestra.run.smithi116.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.7 MB/s | 750 kB 00:00 2024-01-21T08:09:30.684 INFO:teuthology.orchestra.run.smithi195.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.6 MB/s | 178 kB 00:00 2024-01-21T08:09:30.702 INFO:teuthology.orchestra.run.smithi116.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.3 MB/s | 1.0 MB 00:00 2024-01-21T08:09:30.744 INFO:teuthology.orchestra.run.smithi116.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 502 kB/s | 38 kB 00:00 2024-01-21T08:09:30.760 INFO:teuthology.orchestra.run.smithi195.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 330 kB/s | 25 kB 00:00 2024-01-21T08:09:30.777 INFO:teuthology.orchestra.run.smithi116.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.1 MB/s | 241 kB 00:00 2024-01-21T08:09:30.827 INFO:teuthology.orchestra.run.smithi195.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 16 MB/s | 3.9 MB 00:00 2024-01-21T08:09:30.852 INFO:teuthology.orchestra.run.smithi195.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.0 MB/s | 94 kB 00:00 2024-01-21T08:09:30.853 INFO:teuthology.orchestra.run.smithi116.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.3 MB/s | 178 kB 00:00 2024-01-21T08:09:30.961 INFO:teuthology.orchestra.run.smithi195.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 14 MB/s | 9.6 MB 00:00 2024-01-21T08:09:31.019 INFO:teuthology.orchestra.run.smithi195.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 906 kB/s | 53 kB 00:00 2024-01-21T08:09:31.095 INFO:teuthology.orchestra.run.smithi195.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 545 kB/s | 41 kB 00:00 2024-01-21T08:09:31.145 INFO:teuthology.orchestra.run.smithi195.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 8.7 MB/s | 2.5 MB 00:00 2024-01-21T08:09:31.212 INFO:teuthology.orchestra.run.smithi116.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 69 kB/s | 25 kB 00:00 2024-01-21T08:09:31.263 INFO:teuthology.orchestra.run.smithi195.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 19 MB/s | 8.1 MB 00:00 2024-01-21T08:09:31.263 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-01-21T08:09:31.263 INFO:teuthology.orchestra.run.smithi195.stdout:Total 26 MB/s | 27 MB 00:01 2024-01-21T08:09:31.312 INFO:teuthology.orchestra.run.smithi116.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 6.9 MB/s | 3.9 MB 00:00 2024-01-21T08:09:31.445 INFO:teuthology.orchestra.run.smithi116.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 9.2 MB/s | 9.6 MB 00:01 2024-01-21T08:09:31.471 INFO:teuthology.orchestra.run.smithi116.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 363 kB/s | 94 kB 00:00 2024-01-21T08:09:31.525 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-01-21T08:09:31.529 INFO:teuthology.orchestra.run.smithi116.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 906 kB/s | 53 kB 00:00 2024-01-21T08:09:31.546 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-01-21T08:09:31.546 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-01-21T08:09:31.588 INFO:teuthology.orchestra.run.smithi116.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 701 kB/s | 41 kB 00:00 2024-01-21T08:09:31.688 INFO:teuthology.orchestra.run.smithi116.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 22 MB/s | 8.1 MB 00:00 2024-01-21T08:09:31.755 INFO:teuthology.orchestra.run.smithi116.stdout:(13/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 8.2 MB/s | 2.5 MB 00:00 2024-01-21T08:09:31.755 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-01-21T08:09:31.755 INFO:teuthology.orchestra.run.smithi116.stdout:Total 17 MB/s | 27 MB 00:01 2024-01-21T08:09:31.782 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-01-21T08:09:31.785 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-01-21T08:09:32.021 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-01-21T08:09:32.041 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-01-21T08:09:32.042 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-01-21T08:09:32.298 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-01-21T08:09:32.301 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-01-21T08:09:32.465 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-01-21T08:09:32.668 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-21T08:09:32.805 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-21T08:09:32.982 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-01-21T08:09:33.004 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-21T08:09:33.208 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-21T08:09:33.223 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T08:09:33.379 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-21T08:09:33.578 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-21T08:09:33.762 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-21T08:09:33.839 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T08:09:34.426 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2024-01-21T08:09:34.735 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T08:09:34.951 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-21T08:09:35.142 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-21T08:09:35.409 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-21T08:09:35.450 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T08:09:35.678 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2024-01-21T08:09:35.775 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-21T08:09:35.902 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2024-01-21T08:09:36.183 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2024-01-21T08:09:36.610 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2024-01-21T08:09:36.639 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T08:09:36.826 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-21T08:09:36.996 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T08:09:37.459 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T08:09:37.460 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-21T08:09:37.460 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-21T08:09:37.460 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-21T08:09:37.460 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T08:09:37.460 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-21T08:09:37.460 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T08:09:37.460 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-21T08:09:37.460 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-21T08:09:37.460 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-21T08:09:37.460 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-21T08:09:37.460 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T08:09:37.460 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-21T08:09:37.553 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T08:09:37.800 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2024-01-21T08:09:37.977 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T08:09:38.018 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-21T08:09:38.018 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-21T08:09:38.018 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-01-21T08:09:38.018 INFO:teuthology.orchestra.run.smithi195.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T08:09:38.018 INFO:teuthology.orchestra.run.smithi195.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T08:09:38.018 INFO:teuthology.orchestra.run.smithi195.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-21T08:09:38.019 INFO:teuthology.orchestra.run.smithi195.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-21T08:09:38.019 INFO:teuthology.orchestra.run.smithi195.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T08:09:38.019 INFO:teuthology.orchestra.run.smithi195.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-21T08:09:38.019 INFO:teuthology.orchestra.run.smithi195.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-21T08:09:38.019 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-21T08:09:38.019 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-21T08:09:38.019 INFO:teuthology.orchestra.run.smithi195.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T08:09:38.019 INFO:teuthology.orchestra.run.smithi195.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-21T08:09:38.019 INFO:teuthology.orchestra.run.smithi195.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-21T08:09:38.019 INFO:teuthology.orchestra.run.smithi195.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-21T08:09:38.019 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-21T08:09:38.019 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-01-21T08:09:38.299 DEBUG:teuthology.parallel:result is None 2024-01-21T08:09:38.436 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2024-01-21T08:09:38.436 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2024-01-21T08:09:38.436 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2024-01-21T08:09:38.436 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2024-01-21T08:09:38.436 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-21T08:09:38.436 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2024-01-21T08:09:38.436 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2024-01-21T08:09:38.436 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2024-01-21T08:09:38.437 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-21T08:09:38.437 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-21T08:09:38.437 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2024-01-21T08:09:38.437 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2024-01-21T08:09:38.437 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2024-01-21T08:09:39.003 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-21T08:09:39.003 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:09:39.003 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-01-21T08:09:39.003 INFO:teuthology.orchestra.run.smithi116.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T08:09:39.003 INFO:teuthology.orchestra.run.smithi116.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T08:09:39.004 INFO:teuthology.orchestra.run.smithi116.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-21T08:09:39.004 INFO:teuthology.orchestra.run.smithi116.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-21T08:09:39.004 INFO:teuthology.orchestra.run.smithi116.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T08:09:39.004 INFO:teuthology.orchestra.run.smithi116.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-21T08:09:39.004 INFO:teuthology.orchestra.run.smithi116.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-21T08:09:39.004 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-21T08:09:39.004 INFO:teuthology.orchestra.run.smithi116.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-21T08:09:39.004 INFO:teuthology.orchestra.run.smithi116.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-21T08:09:39.004 INFO:teuthology.orchestra.run.smithi116.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-21T08:09:39.004 INFO:teuthology.orchestra.run.smithi116.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-21T08:09:39.004 INFO:teuthology.orchestra.run.smithi116.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-21T08:09:39.004 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:09:39.004 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-01-21T08:09:39.270 DEBUG:teuthology.parallel:result is None 2024-01-21T08:09:39.271 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-21T08:09:39.281 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-21T08:09:39.282 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-21T08:09:39.282 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T08:09:39.300 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-21T08:09:39.300 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_1 2024-01-21T08:09:39.357 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-21T08:09:39.358 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:09:39.358 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 162637 Links: 1 2024-01-21T08:09:39.358 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:09:39.358 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T08:09:39.358 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-21 08:09:38.154752248 +0000 2024-01-21T08:09:39.358 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-21 08:08:53.166529088 +0000 2024-01-21T08:09:39.358 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-21 08:08:53.166529088 +0000 2024-01-21T08:09:39.358 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-21T08:09:39.358 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-21T08:09:39.422 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-21T08:09:39.422 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-21T08:09:39.423 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000210705 s, 2.4 MB/s 2024-01-21T08:09:39.423 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-21T08:09:39.482 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_2 2024-01-21T08:09:39.540 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-21T08:09:39.540 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:09:39.540 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 163600 Links: 1 2024-01-21T08:09:39.541 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:09:39.541 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T08:09:39.541 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-21 08:09:38.154752248 +0000 2024-01-21T08:09:39.541 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-21 08:08:53.487523668 +0000 2024-01-21T08:09:39.541 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-21 08:08:53.487523668 +0000 2024-01-21T08:09:39.541 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-21T08:09:39.541 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-21T08:09:39.606 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-21T08:09:39.606 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-21T08:09:39.606 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000214101 s, 2.4 MB/s 2024-01-21T08:09:39.607 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-21T08:09:39.666 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_3 2024-01-21T08:09:39.724 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-21T08:09:39.724 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:09:39.724 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 167102 Links: 1 2024-01-21T08:09:39.724 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:09:39.724 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T08:09:39.724 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-21 08:09:38.154752248 +0000 2024-01-21T08:09:39.724 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-21 08:08:53.854517471 +0000 2024-01-21T08:09:39.724 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-21 08:08:53.854517471 +0000 2024-01-21T08:09:39.724 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-21T08:09:39.725 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-21T08:09:39.789 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-21T08:09:39.789 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-21T08:09:39.789 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000179939 s, 2.8 MB/s 2024-01-21T08:09:39.790 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-21T08:09:39.848 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_4 2024-01-21T08:09:39.905 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-21T08:09:39.905 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:09:39.906 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 167160 Links: 1 2024-01-21T08:09:39.906 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:09:39.906 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T08:09:39.906 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-21 08:09:38.154752248 +0000 2024-01-21T08:09:39.906 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-21 08:08:54.181511950 +0000 2024-01-21T08:09:39.906 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-21 08:08:54.181511950 +0000 2024-01-21T08:09:39.906 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-21T08:09:39.906 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-21T08:09:39.970 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-21T08:09:39.970 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-21T08:09:39.970 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000199872 s, 2.6 MB/s 2024-01-21T08:09:39.971 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-21T08:09:40.030 DEBUG:teuthology.orchestra.run.smithi116:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-21T08:09:40.158 INFO:teuthology.orchestra.run.smithi116.stdout:loop 2024-01-21T08:09:40.159 INFO:tasks.nvme_loop:Connecting nvme_loop smithi116:/dev/vg_nvme/lv_1... 2024-01-21T08:09:40.159 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-21T08:09:40.193 INFO:teuthology.orchestra.run.smithi116.stdout:1 2024-01-21T08:09:40.225 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/vg_nvme/lv_11 2024-01-21T08:09:40.264 INFO:tasks.nvme_loop:Connecting nvme_loop smithi116:/dev/vg_nvme/lv_2... 2024-01-21T08:09:40.264 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-21T08:09:40.341 INFO:teuthology.orchestra.run.smithi116.stdout:1 2024-01-21T08:09:40.374 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/vg_nvme/lv_21 2024-01-21T08:09:40.411 INFO:tasks.nvme_loop:Connecting nvme_loop smithi116:/dev/vg_nvme/lv_3... 2024-01-21T08:09:40.411 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-21T08:09:40.488 INFO:teuthology.orchestra.run.smithi116.stdout:1 2024-01-21T08:09:40.520 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/vg_nvme/lv_31 2024-01-21T08:09:40.558 INFO:tasks.nvme_loop:Connecting nvme_loop smithi116:/dev/vg_nvme/lv_4... 2024-01-21T08:09:40.558 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-21T08:09:40.633 INFO:teuthology.orchestra.run.smithi116.stdout:1 2024-01-21T08:09:40.665 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/vg_nvme/lv_41 2024-01-21T08:09:40.702 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-21T08:09:40.703 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T08:09:40.760 DEBUG:teuthology.orchestra.run.smithi116:> sudo nvme list 2024-01-21T08:09:40.826 INFO:teuthology.orchestra.run.smithi116.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-21T08:09:40.826 INFO:teuthology.orchestra.run.smithi116.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-21T08:09:40.827 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme0n1 PHFT620400VJ400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-21T08:09:40.827 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme1n1 9ac700debbfed1f59f78 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T08:09:40.827 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme2n1 33f3ad8dd6e0d1b73a7d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T08:09:40.827 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme3n1 cdfcf25af55e7aca8c69 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T08:09:40.827 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme4n1 3b8072443a7ef1998da2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T08:09:40.828 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T08:09:40.828 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-21T08:09:40.828 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/scratch_devs 2024-01-21T08:09:40.895 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-01-21T08:09:40.895 DEBUG:teuthology.orchestra.run.smithi195:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T08:09:40.917 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-21T08:09:40.918 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/vg_nvme/lv_1 2024-01-21T08:09:40.979 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-21T08:09:40.979 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:09:40.979 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 6h/6d Inode: 164993 Links: 1 2024-01-21T08:09:40.979 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:09:40.979 INFO:teuthology.orchestra.run.smithi195.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T08:09:40.979 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2024-01-21 08:09:37.175322811 +0000 2024-01-21T08:09:40.979 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2024-01-21 08:08:52.989842276 +0000 2024-01-21T08:09:40.979 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2024-01-21 08:08:52.989842276 +0000 2024-01-21T08:09:40.979 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: - 2024-01-21T08:09:40.980 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-21T08:09:41.048 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2024-01-21T08:09:41.048 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2024-01-21T08:09:41.048 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 0.000129469 s, 4.0 MB/s 2024-01-21T08:09:41.052 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-21T08:09:41.112 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/vg_nvme/lv_2 2024-01-21T08:09:41.172 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-21T08:09:41.172 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:09:41.172 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 6h/6d Inode: 165053 Links: 1 2024-01-21T08:09:41.172 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:09:41.172 INFO:teuthology.orchestra.run.smithi195.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T08:09:41.173 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2024-01-21 08:09:37.175322811 +0000 2024-01-21T08:09:41.173 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2024-01-21 08:08:53.310836114 +0000 2024-01-21T08:09:41.173 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2024-01-21 08:08:53.310836114 +0000 2024-01-21T08:09:41.173 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: - 2024-01-21T08:09:41.173 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-21T08:09:41.240 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2024-01-21T08:09:41.240 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2024-01-21T08:09:41.240 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 0.000118392 s, 4.3 MB/s 2024-01-21T08:09:41.241 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-21T08:09:41.301 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/vg_nvme/lv_3 2024-01-21T08:09:41.361 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-21T08:09:41.361 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:09:41.361 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 6h/6d Inode: 163316 Links: 1 2024-01-21T08:09:41.361 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:09:41.361 INFO:teuthology.orchestra.run.smithi195.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T08:09:41.361 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2024-01-21 08:09:37.175322811 +0000 2024-01-21T08:09:41.361 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2024-01-21 08:08:53.632829932 +0000 2024-01-21T08:09:41.361 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2024-01-21 08:08:53.632829932 +0000 2024-01-21T08:09:41.361 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: - 2024-01-21T08:09:41.362 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-21T08:09:41.427 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2024-01-21T08:09:41.428 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2024-01-21T08:09:41.428 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 8.3615e-05 s, 6.1 MB/s 2024-01-21T08:09:41.429 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-21T08:09:41.488 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/vg_nvme/lv_4 2024-01-21T08:09:41.546 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-21T08:09:41.546 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:09:41.546 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 6h/6d Inode: 163425 Links: 1 2024-01-21T08:09:41.546 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:09:41.546 INFO:teuthology.orchestra.run.smithi195.stdout:Context: system_u:object_r:device_t:s0 2024-01-21T08:09:41.546 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2024-01-21 08:09:37.175322811 +0000 2024-01-21T08:09:41.546 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2024-01-21 08:08:53.973823386 +0000 2024-01-21T08:09:41.546 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2024-01-21 08:08:53.973823386 +0000 2024-01-21T08:09:41.546 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: - 2024-01-21T08:09:41.547 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-21T08:09:41.611 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2024-01-21T08:09:41.612 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2024-01-21T08:09:41.612 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 8.4093e-05 s, 6.1 MB/s 2024-01-21T08:09:41.613 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-21T08:09:41.671 DEBUG:teuthology.orchestra.run.smithi195:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-21T08:09:41.781 INFO:teuthology.orchestra.run.smithi195.stdout:loop 2024-01-21T08:09:41.783 INFO:tasks.nvme_loop:Connecting nvme_loop smithi195:/dev/vg_nvme/lv_1... 2024-01-21T08:09:41.783 DEBUG:teuthology.orchestra.run.smithi195:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-21T08:09:41.817 INFO:teuthology.orchestra.run.smithi195.stdout:1 2024-01-21T08:09:41.850 INFO:teuthology.orchestra.run.smithi195.stdout:/dev/vg_nvme/lv_11 2024-01-21T08:09:41.888 INFO:tasks.nvme_loop:Connecting nvme_loop smithi195:/dev/vg_nvme/lv_2... 2024-01-21T08:09:41.889 DEBUG:teuthology.orchestra.run.smithi195:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-21T08:09:41.966 INFO:teuthology.orchestra.run.smithi195.stdout:1 2024-01-21T08:09:41.999 INFO:teuthology.orchestra.run.smithi195.stdout:/dev/vg_nvme/lv_21 2024-01-21T08:09:42.035 INFO:tasks.nvme_loop:Connecting nvme_loop smithi195:/dev/vg_nvme/lv_3... 2024-01-21T08:09:42.036 DEBUG:teuthology.orchestra.run.smithi195:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-21T08:09:42.110 INFO:teuthology.orchestra.run.smithi195.stdout:1 2024-01-21T08:09:42.143 INFO:teuthology.orchestra.run.smithi195.stdout:/dev/vg_nvme/lv_31 2024-01-21T08:09:42.180 INFO:tasks.nvme_loop:Connecting nvme_loop smithi195:/dev/vg_nvme/lv_4... 2024-01-21T08:09:42.180 DEBUG:teuthology.orchestra.run.smithi195:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-21T08:09:42.254 INFO:teuthology.orchestra.run.smithi195.stdout:1 2024-01-21T08:09:42.286 INFO:teuthology.orchestra.run.smithi195.stdout:/dev/vg_nvme/lv_41 2024-01-21T08:09:42.323 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-01-21T08:09:42.323 DEBUG:teuthology.orchestra.run.smithi195:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T08:09:42.381 DEBUG:teuthology.orchestra.run.smithi195:> sudo nvme list 2024-01-21T08:09:42.448 INFO:teuthology.orchestra.run.smithi195.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-21T08:09:42.448 INFO:teuthology.orchestra.run.smithi195.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-21T08:09:42.448 INFO:teuthology.orchestra.run.smithi195.stdout:/dev/nvme0n1 PHMB751300FS480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-01-21T08:09:42.448 INFO:teuthology.orchestra.run.smithi195.stdout:/dev/nvme1n1 bc115317b4ac0f4b063d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T08:09:42.448 INFO:teuthology.orchestra.run.smithi195.stdout:/dev/nvme2n1 c04ef000cae91a716c55 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T08:09:42.448 INFO:teuthology.orchestra.run.smithi195.stdout:/dev/nvme3n1 9d9ff0aceadc99991889 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T08:09:42.448 INFO:teuthology.orchestra.run.smithi195.stdout:/dev/nvme4n1 3d3af6076be31b587a53 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-21T08:09:42.449 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T08:09:42.449 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-01-21T08:09:42.449 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/scratch_devs 2024-01-21T08:09:42.517 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-21T08:09:42.592 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': 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec'} 2024-01-21T08:09:42.592 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T08:09:42.592 INFO:tasks.cephadm:Cluster fsid is 6e73547e-b834-11ee-95b0-87774f69a715 2024-01-21T08:09:42.592 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-21T08:09:42.592 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-21T08:09:42.593 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi116': '172.21.15.116', 'mon.smithi195': '172.21.15.195'} 2024-01-21T08:09:42.593 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-21T08:09:42.593 DEBUG:teuthology.orchestra.run.smithi116:> sudo hostname $(hostname -s) 2024-01-21T08:09:42.626 DEBUG:teuthology.orchestra.run.smithi195:> sudo hostname $(hostname -s) 2024-01-21T08:09:42.653 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec)... 2024-01-21T08:09:42.653 DEBUG:teuthology.orchestra.run.smithi116:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-21T08:09:42.808 INFO:teuthology.orchestra.run.smithi116.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 21 08:09 /home/ubuntu/cephtest/cephadm 2024-01-21T08:09:42.809 DEBUG:teuthology.orchestra.run.smithi195:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-21T08:09:43.019 INFO:teuthology.orchestra.run.smithi195.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 21 08:09 /home/ubuntu/cephtest/cephadm 2024-01-21T08:09:43.020 DEBUG:teuthology.orchestra.run.smithi116:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T08:09:43.042 DEBUG:teuthology.orchestra.run.smithi195:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T08:09:43.069 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /etc/ceph 2024-01-21T08:09:43.113 DEBUG:teuthology.orchestra.run.smithi195:> sudo mkdir -p /etc/ceph 2024-01-21T08:09:43.141 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 777 /etc/ceph 2024-01-21T08:09:43.184 DEBUG:teuthology.orchestra.run.smithi195:> sudo chmod 777 /etc/ceph 2024-01-21T08:09:43.210 INFO:tasks.cephadm:Writing seed config... 2024-01-21T08:09:43.211 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-21T08:09:43.211 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-21T08:09:43.211 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-21T08:09:43.211 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-21T08:09:43.211 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-21T08:09:43.211 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-21T08:09:43.211 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-21T08:09:43.211 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-21T08:09:43.212 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-21T08:09:43.212 DEBUG:teuthology.orchestra.run.smithi116:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-21T08:09:43.244 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 = 6e73547e-b834-11ee-95b0-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-21T08:09:43.244 DEBUG:teuthology.orchestra.run.smithi116:mon.smithi116> sudo journalctl -f -n 0 -u ceph-6e73547e-b834-11ee-95b0-87774f69a715@mon.smithi116.service 2024-01-21T08:09:43.287 INFO:tasks.cephadm:Bootstrapping... 2024-01-21T08:09:43.287 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -v bootstrap --fsid 6e73547e-b834-11ee-95b0-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.116 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-21T08:09:43.315 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:-- Logs begin at Sun 2024-01-21 08:03:27 UTC. -- 2024-01-21T08:09:43.591 INFO:teuthology.orchestra.run.smithi116.stderr:-------------------------------------------------------------------------------- 2024-01-21T08:09:43.591 INFO:teuthology.orchestra.run.smithi116.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec', '-v', 'bootstrap', '--fsid', '6e73547e-b834-11ee-95b0-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.116', '--skip-admin-label'] 2024-01-21T08:09:44.880 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: 4.6.1 2024-01-21T08:09:44.891 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying podman|docker is present... 2024-01-21T08:09:44.913 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: 4.6.1 2024-01-21T08:09:44.921 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying lvm2 is present... 2024-01-21T08:09:44.921 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying time synchronization is in place... 2024-01-21T08:09:44.927 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T08:09:44.935 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2024-01-21T08:09:44.940 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: enabled 2024-01-21T08:09:44.946 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: active 2024-01-21T08:09:44.946 INFO:teuthology.orchestra.run.smithi116.stderr:Unit chronyd.service is enabled and running 2024-01-21T08:09:44.946 INFO:teuthology.orchestra.run.smithi116.stderr:Repeating the final host check... 2024-01-21T08:09:44.966 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: 4.6.1 2024-01-21T08:09:44.978 INFO:teuthology.orchestra.run.smithi116.stderr:podman (/bin/podman) version 4.6.1 is present 2024-01-21T08:09:44.978 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl is present 2024-01-21T08:09:44.978 INFO:teuthology.orchestra.run.smithi116.stderr:lvcreate is present 2024-01-21T08:09:44.984 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T08:09:44.989 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2024-01-21T08:09:44.995 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: enabled 2024-01-21T08:09:45.001 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: active 2024-01-21T08:09:45.002 INFO:teuthology.orchestra.run.smithi116.stderr:Unit chronyd.service is enabled and running 2024-01-21T08:09:45.002 INFO:teuthology.orchestra.run.smithi116.stderr:Host looks OK 2024-01-21T08:09:45.002 INFO:teuthology.orchestra.run.smithi116.stderr:Cluster fsid: 6e73547e-b834-11ee-95b0-87774f69a715 2024-01-21T08:09:45.002 INFO:teuthology.orchestra.run.smithi116.stderr:Acquiring lock 140677438222744 on /run/cephadm/6e73547e-b834-11ee-95b0-87774f69a715.lock 2024-01-21T08:09:45.002 INFO:teuthology.orchestra.run.smithi116.stderr:Lock 140677438222744 acquired on /run/cephadm/6e73547e-b834-11ee-95b0-87774f69a715.lock 2024-01-21T08:09:45.003 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying IP 172.21.15.116 port 3300 ... 2024-01-21T08:09:45.003 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying IP 172.21.15.116 port 6789 ... 2024-01-21T08:09:45.003 INFO:teuthology.orchestra.run.smithi116.stderr:Base mon IP(s) is [172.21.15.116:3300, 172.21.15.116:6789], mon addrv is [v2:172.21.15.116:3300,v1:172.21.15.116:6789] 2024-01-21T08:09:45.006 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.116 metric 100 2024-01-21T08:09:45.006 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.116 metric 100 2024-01-21T08:09:45.009 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-21T08:09:45.009 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-21T08:09:45.009 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1795sec hoplimit 64 pref medium 2024-01-21T08:09:45.012 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-21T08:09:45.012 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-21T08:09:45.012 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T08:09:45.012 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-21T08:09:45.012 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:3f67/64 scope link 2024-01-21T08:09:45.012 INFO:teuthology.orchestra.run.smithi116.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T08:09:45.013 INFO:teuthology.orchestra.run.smithi116.stderr:Mon IP `172.21.15.116` is in CIDR network `172.21.0.0/20` 2024-01-21T08:09:45.013 INFO:teuthology.orchestra.run.smithi116.stderr:Mon IP `172.21.15.116` is in CIDR network `172.21.0.0/20` 2024-01-21T08:09:45.013 INFO:teuthology.orchestra.run.smithi116.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-01-21T08:09:45.013 INFO:teuthology.orchestra.run.smithi116.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-21T08:09:45.014 INFO:teuthology.orchestra.run.smithi116.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec... 2024-01-21T08:09:45.100 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec... 2024-01-21T08:09:45.195 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: Getting image source signatures 2024-01-21T08:09:45.212 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: Copying blob sha256:38ed6fe6bc7105be7e2af5b50b1aa944602eb71b2fce6a9e38dbaeb8ba2b2d64 2024-01-21T08:09:45.212 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: Copying blob sha256:5892adb860b19d9bc0e53e97111c29aa2896ac907826d7e196bc8387f7e5b09b 2024-01-21T08:10:10.757 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: Copying config sha256:9b28eb2d7c37a19008711b1b678be1a430e065f20ee023b4f4e779129fc1ff61 2024-01-21T08:10:10.823 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: Writing manifest to image destination 2024-01-21T08:10:11.050 INFO:teuthology.orchestra.run.smithi116.stderr:/bin/podman: 9b28eb2d7c37a19008711b1b678be1a430e065f20ee023b4f4e779129fc1ff61 2024-01-21T08:10:11.614 INFO:teuthology.orchestra.run.smithi116.stderr:ceph: ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable) 2024-01-21T08:10:11.967 INFO:teuthology.orchestra.run.smithi116.stderr:Ceph version: ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable) 2024-01-21T08:10:11.967 INFO:teuthology.orchestra.run.smithi116.stderr:Extracting ceph user uid/gid from container image... 2024-01-21T08:10:12.258 INFO:teuthology.orchestra.run.smithi116.stderr:stat: 167 167 2024-01-21T08:10:12.584 INFO:teuthology.orchestra.run.smithi116.stderr:Creating initial keys... 2024-01-21T08:10:12.825 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-authtool: AQBk0axlP2uRMBAATg6dXpzJPCZEUfAxWCQd0g== 2024-01-21T08:10:13.442 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-authtool: AQBl0axlavryGRAAHbKpgS14m2ULRQBnFkrvDg== 2024-01-21T08:10:14.033 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-authtool: AQBm0axlXHFnARAATY374WyrKODfN0fXeglPlQ== 2024-01-21T08:10:14.380 INFO:teuthology.orchestra.run.smithi116.stderr:Creating initial monmap... 2024-01-21T08:10:14.642 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T08:10:14.642 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 6e73547e-b834-11ee-95b0-87774f69a715 2024-01-21T08:10:14.642 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T08:10:15.020 INFO:teuthology.orchestra.run.smithi116.stderr:monmaptool for smithi116 [v2:172.21.15.116:3300,v1:172.21.15.116:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T08:10:15.021 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: set fsid to 6e73547e-b834-11ee-95b0-87774f69a715 2024-01-21T08:10:15.021 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T08:10:15.021 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-21T08:10:15.021 INFO:teuthology.orchestra.run.smithi116.stderr:Creating mon... 2024-01-21T08:10:15.308 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.280+0000 7f22f9e0c880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T08:10:15.309 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.280+0000 7f22f9e0c880 1 imported monmap: 2024-01-21T08:10:15.309 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-21T08:10:15.309 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: fsid 6e73547e-b834-11ee-95b0-87774f69a715 2024-01-21T08:10:15.309 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: last_changed 2024-01-21T08:10:14.640467+0000 2024-01-21T08:10:15.309 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: created 2024-01-21T08:10:14.640467+0000 2024-01-21T08:10:15.309 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-21T08:10:15.309 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-21T08:10:15.309 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon.smithi116 2024-01-21T08:10:15.309 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-21T08:10:15.309 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.280+0000 7f22f9e0c880 0 /usr/bin/ceph-mon: set fsid to 6e73547e-b834-11ee-95b0-87774f69a715 2024-01-21T08:10:15.309 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T08:10:15.309 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-21T08:10:15.310 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T08:10:15.310 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T08:10:15.310 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: DB SUMMARY 2024-01-21T08:10:15.310 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-21T08:10:15.310 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi116/store.db dir, Total Num: 0, files: 2024-01-21T08:10:15.310 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-21T08:10:15.310 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi116/store.db: 2024-01-21T08:10:15.310 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-21T08:10:15.310 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T08:10:15.310 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.create_if_missing: 1 2024-01-21T08:10:15.310 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T08:10:15.310 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.env: 0x556a4d031080 2024-01-21T08:10:15.310 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.fs: Posix File System 2024-01-21T08:10:15.310 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.info_log: 0x556a4f581380 2024-01-21T08:10:15.310 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T08:10:15.311 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.statistics: (nil) 2024-01-21T08:10:15.311 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.use_fsync: 0 2024-01-21T08:10:15.311 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T08:10:15.311 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T08:10:15.311 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T08:10:15.311 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T08:10:15.311 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T08:10:15.311 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T08:10:15.311 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T08:10:15.311 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T08:10:15.311 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T08:10:15.311 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T08:10:15.311 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T08:10:15.311 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.db_log_dir: 2024-01-21T08:10:15.312 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi116/store.db 2024-01-21T08:10:15.312 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T08:10:15.312 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T08:10:15.312 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T08:10:15.312 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T08:10:15.312 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T08:10:15.312 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T08:10:15.312 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T08:10:15.312 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T08:10:15.312 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T08:10:15.312 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T08:10:15.312 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.write_buffer_manager: 0x556a4f587980 2024-01-21T08:10:15.312 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T08:10:15.313 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T08:10:15.313 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T08:10:15.313 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T08:10:15.313 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T08:10:15.313 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T08:10:15.313 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T08:10:15.313 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T08:10:15.313 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T08:10:15.313 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.unordered_write: 0 2024-01-21T08:10:15.313 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T08:10:15.313 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T08:10:15.313 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T08:10:15.313 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T08:10:15.313 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.row_cache: None 2024-01-21T08:10:15.313 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.wal_filter: None 2024-01-21T08:10:15.314 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T08:10:15.314 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T08:10:15.314 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T08:10:15.314 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T08:10:15.314 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T08:10:15.314 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T08:10:15.314 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T08:10:15.314 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T08:10:15.314 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T08:10:15.314 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T08:10:15.314 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T08:10:15.315 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T08:10:15.315 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T08:10:15.315 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T08:10:15.315 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T08:10:15.315 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T08:10:15.315 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T08:10:15.315 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T08:10:15.315 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T08:10:15.315 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T08:10:15.315 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T08:10:15.315 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.max_open_files: -1 2024-01-21T08:10:15.315 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T08:10:15.315 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T08:10:15.316 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T08:10:15.316 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T08:10:15.316 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Compression algorithms supported: 2024-01-21T08:10:15.316 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T08:10:15.316 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: kZSTD supported: 0 2024-01-21T08:10:15.316 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T08:10:15.316 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T08:10:15.316 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T08:10:15.316 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T08:10:15.316 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T08:10:15.316 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T08:10:15.316 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.281+0000 7f22f9e0c880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T08:10:15.316 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-21T08:10:15.316 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-21T08:10:15.317 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi116/store.db/MANIFEST-000001 2024-01-21T08:10:15.317 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-21T08:10:15.317 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T08:10:15.317 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-21T08:10:15.317 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T08:10:15.317 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.merge_operator: 2024-01-21T08:10:15.317 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.compaction_filter: None 2024-01-21T08:10:15.317 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T08:10:15.317 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T08:10:15.317 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T08:10:15.317 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556a4f497d30) 2024-01-21T08:10:15.317 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-21T08:10:15.317 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T08:10:15.317 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T08:10:15.318 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-21T08:10:15.318 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-21T08:10:15.318 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-21T08:10:15.318 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-21T08:10:15.318 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-21T08:10:15.318 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-21T08:10:15.318 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-21T08:10:15.318 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-21T08:10:15.318 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_cache: 0x556a4f4ccd10 2024-01-21T08:10:15.318 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-21T08:10:15.318 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-21T08:10:15.319 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-21T08:10:15.319 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-21T08:10:15.319 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-21T08:10:15.319 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-21T08:10:15.319 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-21T08:10:15.319 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-21T08:10:15.319 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-21T08:10:15.319 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-21T08:10:15.319 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-21T08:10:15.319 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-21T08:10:15.319 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-21T08:10:15.319 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-21T08:10:15.319 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-21T08:10:15.319 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T08:10:15.319 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-21T08:10:15.320 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-21T08:10:15.320 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-21T08:10:15.320 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-21T08:10:15.320 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-21T08:10:15.320 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-21T08:10:15.320 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-21T08:10:15.320 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T08:10:15.320 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T08:10:15.320 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.compression: NoCompression 2024-01-21T08:10:15.320 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T08:10:15.320 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T08:10:15.320 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T08:10:15.320 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.num_levels: 7 2024-01-21T08:10:15.321 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T08:10:15.321 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T08:10:15.321 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T08:10:15.321 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T08:10:15.321 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T08:10:15.321 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T08:10:15.321 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T08:10:15.321 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T08:10:15.321 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T08:10:15.321 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T08:10:15.321 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T08:10:15.321 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T08:10:15.321 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T08:10:15.321 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T08:10:15.321 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T08:10:15.321 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T08:10:15.322 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T08:10:15.322 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T08:10:15.322 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T08:10:15.322 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T08:10:15.322 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T08:10:15.322 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T08:10:15.322 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T08:10:15.322 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T08:10:15.322 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T08:10:15.322 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T08:10:15.322 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T08:10:15.322 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T08:10:15.322 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T08:10:15.322 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T08:10:15.322 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T08:10:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T08:10:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T08:10:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T08:10:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T08:10:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T08:10:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T08:10:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T08:10:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T08:10:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T08:10:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T08:10:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T08:10:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T08:10:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T08:10:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T08:10:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T08:10:15.323 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T08:10:15.324 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T08:10:15.324 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T08:10:15.324 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T08:10:15.324 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T08:10:15.324 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T08:10:15.324 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T08:10:15.324 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T08:10:15.324 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T08:10:15.324 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T08:10:15.324 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T08:10:15.324 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T08:10:15.324 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T08:10:15.324 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.ttl: 2592000 2024-01-21T08:10:15.325 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.282+0000 7f22f9e0c880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T08:10:15.325 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.283+0000 7f22f9e0c880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi116/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-21T08:10:15.325 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-21T08:10:15.325 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.283+0000 7f22f9e0c880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-21T08:10:15.325 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-21T08:10:15.325 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.285+0000 7f22f9e0c880 4 rocksdb: DB pointer 0x556a4f595800 2024-01-21T08:10:15.325 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.285+0000 7f22e2c7f700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T08:10:15.325 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.285+0000 7f22e2c7f700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T08:10:15.325 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-21T08:10:15.325 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:10:15.325 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-21T08:10:15.325 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T08:10:15.325 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T08:10:15.325 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-21T08:10:15.326 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T08:10:15.326 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T08:10:15.326 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-21T08:10:15.326 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T08:10:15.326 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:10:15.326 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:10:15.326 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T08:10:15.326 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T08:10:15.326 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-21T08:10:15.326 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T08:10:15.326 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:10:15.326 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:10:15.326 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:10:15.326 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T08:10:15.326 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T08:10:15.327 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T08:10:15.327 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T08:10:15.327 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T08:10:15.327 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:10:15.327 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:10:15.327 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T08:10:15.327 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-21T08:10:15.327 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T08:10:15.327 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-21T08:10:15.327 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T08:10:15.327 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:10:15.327 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:10:15.327 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T08:10:15.327 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T08:10:15.328 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-21T08:10:15.328 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T08:10:15.328 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:10:15.328 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:10:15.328 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:10:15.328 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T08:10:15.328 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T08:10:15.328 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T08:10:15.328 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T08:10:15.328 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T08:10:15.328 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:10:15.328 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:10:15.328 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T08:10:15.329 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-21T08:10:15.329 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T08:10:15.329 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-21T08:10:15.329 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.287+0000 7f22f9e0c880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-21T08:10:15.329 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.287+0000 7f22f9e0c880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-21T08:10:15.329 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:10:15.287+0000 7f22f9e0c880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi116 for mon.smithi116 2024-01-21T08:10:15.626 INFO:teuthology.orchestra.run.smithi116.stderr:create mon.smithi116 on 2024-01-21T08:10:15.725 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-21T08:10:15.818 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-6e73547e-b834-11ee-95b0-87774f69a715.target → /etc/systemd/system/ceph-6e73547e-b834-11ee-95b0-87774f69a715.target. 2024-01-21T08:10:15.818 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-6e73547e-b834-11ee-95b0-87774f69a715.target → /etc/systemd/system/ceph-6e73547e-b834-11ee-95b0-87774f69a715.target. 2024-01-21T08:10:16.021 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to reset failed state of unit ceph-6e73547e-b834-11ee-95b0-87774f69a715@mon.smithi116.service: Unit ceph-6e73547e-b834-11ee-95b0-87774f69a715@mon.smithi116.service not loaded. 2024-01-21T08:10:16.027 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/ceph-6e73547e-b834-11ee-95b0-87774f69a715.target.wants/ceph-6e73547e-b834-11ee-95b0-87774f69a715@mon.smithi116.service → /etc/systemd/system/ceph-6e73547e-b834-11ee-95b0-87774f69a715@.service. 2024-01-21T08:10:16.522 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: disabled 2024-01-21T08:10:16.529 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2024-01-21T08:10:16.530 INFO:teuthology.orchestra.run.smithi116.stderr:firewalld.service is not enabled 2024-01-21T08:10:16.530 INFO:teuthology.orchestra.run.smithi116.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T08:10:16.530 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mon to start... 2024-01-21T08:10:16.530 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mon... 2024-01-21T08:10:16.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[34691]: cluster 2024-01-21T08:10:16.501218+0000 mon.smithi116 (mon.0) 1 : cluster [INF] mon.smithi116 is new leader, mons smithi116 in quorum (ranks 0) 2024-01-21T08:10:16.971 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: cluster: 2024-01-21T08:10:16.971 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: id: 6e73547e-b834-11ee-95b0-87774f69a715 2024-01-21T08:10:16.971 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-21T08:10:16.971 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-21T08:10:16.971 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: services: 2024-01-21T08:10:16.971 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi116 (age 0.447761s) 2024-01-21T08:10:16.971 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-21T08:10:16.971 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-21T08:10:16.971 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-21T08:10:16.971 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: data: 2024-01-21T08:10:16.971 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-21T08:10:16.971 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-21T08:10:16.971 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-21T08:10:16.972 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: pgs: 2024-01-21T08:10:16.972 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-21T08:10:17.310 INFO:teuthology.orchestra.run.smithi116.stderr:mon is available 2024-01-21T08:10:17.310 INFO:teuthology.orchestra.run.smithi116.stderr:Assimilating anything we can from ceph.conf... 2024-01-21T08:10:17.780 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-21T08:10:17.780 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [global] 2024-01-21T08:10:17.781 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: fsid = 6e73547e-b834-11ee-95b0-87774f69a715 2024-01-21T08:10:17.781 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.116:3300,v1:172.21.15.116:6789] 2024-01-21T08:10:17.781 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-21T08:10:17.781 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-21T08:10:17.781 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-21T08:10:17.781 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-21T08:10:17.781 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-21T08:10:17.781 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [mgr] 2024-01-21T08:10:17.781 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-21T08:10:17.781 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-21T08:10:17.781 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [osd] 2024-01-21T08:10:17.781 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-21T08:10:17.781 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-21T08:10:17.803 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[34691]: cluster 2024-01-21T08:10:16.520285+0000 mon.smithi116 (mon.0) 2 : cluster [INF] mon.smithi116 is new leader, mons smithi116 in quorum (ranks 0) 2024-01-21T08:10:17.862 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[34691]: cluster 2024-01-21T08:10:16.520518+0000 mon.smithi116 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi116=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0]} removed_ranks: {} 2024-01-21T08:10:17.862 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[34691]: cluster 2024-01-21T08:10:16.535662+0000 mon.smithi116 (mon.0) 4 : cluster [DBG] fsmap 2024-01-21T08:10:17.862 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[34691]: cluster 2024-01-21T08:10:16.538875+0000 mon.smithi116 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-21T08:10:17.863 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[34691]: cluster 2024-01-21T08:10:16.539329+0000 mon.smithi116 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T08:10:17.863 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[34691]: audit 2024-01-21T08:10:16.967988+0000 mon.smithi116 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.116:0/349576865' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-21T08:10:18.177 INFO:teuthology.orchestra.run.smithi116.stderr:Generating new minimal ceph.conf... 2024-01-21T08:10:18.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[34691]: audit 2024-01-21T08:10:17.774191+0000 mon.smithi116 (mon.0) 8 : audit [INF] from='client.? 172.21.15.116:0/3584097101' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T08:10:18.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[34691]: audit 2024-01-21T08:10:17.777547+0000 mon.smithi116 (mon.0) 9 : audit [INF] from='client.? 172.21.15.116:0/3584097101' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-21T08:10:19.019 INFO:teuthology.orchestra.run.smithi116.stderr:Restarting the monitor... 2024-01-21T08:10:19.213 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:19 smithi116 systemd[1]: Stopping Ceph mon.smithi116 for 6e73547e-b834-11ee-95b0-87774f69a715... 2024-01-21T08:10:19.213 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:19 smithi116 bash[35019]: Error: no container with name or ID "ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon.smithi116" found: no such container 2024-01-21T08:10:19.509 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[34691]: debug 2024-01-21T08:10:19.211+0000 7f587261f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi116 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-21T08:10:19.509 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[34691]: debug 2024-01-21T08:10:19.211+0000 7f587261f700 -1 mon.smithi116@0(leader) e1 *** Got Signal Terminated *** 2024-01-21T08:10:19.839 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:19 smithi116 bash[35058]: ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116 2024-01-21T08:10:20.122 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:19 smithi116 systemd[1]: ceph-6e73547e-b834-11ee-95b0-87774f69a715@mon.smithi116.service: Succeeded. 2024-01-21T08:10:20.123 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:19 smithi116 systemd[1]: Stopped Ceph mon.smithi116 for 6e73547e-b834-11ee-95b0-87774f69a715. 2024-01-21T08:10:20.123 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:19 smithi116 systemd[1]: Starting Ceph mon.smithi116 for 6e73547e-b834-11ee-95b0-87774f69a715... 2024-01-21T08:10:20.177 INFO:teuthology.orchestra.run.smithi116.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-01-21T08:10:20.610 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.171+0000 7f4b3c604880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T08:10:20.610 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.171+0000 7f4b3c604880 0 ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable), process ceph-mon, pid 7 2024-01-21T08:10:20.610 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 bash[35181]: 707635078d812059a6211652edf4d57f95b14dc205092b910e595dddff9947ce 2024-01-21T08:10:20.610 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.171+0000 7f4b3c604880 0 pidfile_write: ignore empty --pid-file 2024-01-21T08:10:20.610 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 systemd[1]: Started Ceph mon.smithi116 for 6e73547e-b834-11ee-95b0-87774f69a715. 2024-01-21T08:10:20.610 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.176+0000 7f4b3c604880 0 load: jerasure load: lrc load: isa 2024-01-21T08:10:20.610 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T08:10:20.610 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 2024-01-21T08:10:20.610 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T08:10:20.611 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T08:10:20.611 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: DB SUMMARY 2024-01-21T08:10:20.611 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 2024-01-21T08:10:20.611 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: CURRENT file: CURRENT 2024-01-21T08:10:20.611 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 2024-01-21T08:10:20.611 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-21T08:10:20.611 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 2024-01-21T08:10:20.611 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-21T08:10:20.611 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 2024-01-21T08:10:20.611 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi116/store.db dir, Total Num: 1, files: 000004.sst 2024-01-21T08:10:20.611 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 2024-01-21T08:10:20.611 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi116/store.db: 000006.log size: 81208 ; 2024-01-21T08:10:20.611 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 2024-01-21T08:10:20.611 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T08:10:20.611 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.create_if_missing: 0 2024-01-21T08:10:20.612 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T08:10:20.612 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.env: 0x557ad8aeb080 2024-01-21T08:10:20.612 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.fs: Posix File System 2024-01-21T08:10:20.612 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.info_log: 0x557ada293d20 2024-01-21T08:10:20.612 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T08:10:20.612 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.statistics: (nil) 2024-01-21T08:10:20.612 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.use_fsync: 0 2024-01-21T08:10:20.612 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T08:10:20.612 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T08:10:20.612 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T08:10:20.612 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T08:10:20.612 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T08:10:20.613 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T08:10:20.613 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T08:10:20.613 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T08:10:20.613 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T08:10:20.613 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T08:10:20.613 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T08:10:20.613 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.db_log_dir: 2024-01-21T08:10:20.613 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi116/store.db 2024-01-21T08:10:20.613 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T08:10:20.613 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T08:10:20.613 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T08:10:20.613 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T08:10:20.613 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T08:10:20.613 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T08:10:20.613 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T08:10:20.614 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T08:10:20.614 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T08:10:20.614 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T08:10:20.614 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.write_buffer_manager: 0x557adaf90420 2024-01-21T08:10:20.614 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T08:10:20.614 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T08:10:20.614 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T08:10:20.614 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T08:10:20.614 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T08:10:20.614 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T08:10:20.614 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T08:10:20.614 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T08:10:20.614 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T08:10:20.614 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.unordered_write: 0 2024-01-21T08:10:20.614 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T08:10:20.615 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T08:10:20.615 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T08:10:20.615 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T08:10:20.615 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.row_cache: None 2024-01-21T08:10:20.615 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.wal_filter: None 2024-01-21T08:10:20.615 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T08:10:20.615 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T08:10:20.615 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T08:10:20.615 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T08:10:20.615 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T08:10:20.615 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T08:10:20.615 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T08:10:20.615 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T08:10:20.615 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T08:10:20.615 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T08:10:20.616 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T08:10:20.616 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T08:10:20.616 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T08:10:20.616 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T08:10:20.616 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T08:10:20.616 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T08:10:20.616 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T08:10:20.616 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T08:10:20.616 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T08:10:20.616 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T08:10:20.616 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T08:10:20.616 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_open_files: -1 2024-01-21T08:10:20.616 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T08:10:20.616 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T08:10:20.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T08:10:20.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T08:10:20.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Compression algorithms supported: 2024-01-21T08:10:20.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T08:10:20.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: kZSTD supported: 0 2024-01-21T08:10:20.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T08:10:20.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T08:10:20.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T08:10:20.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T08:10:20.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T08:10:20.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T08:10:20.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T08:10:20.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi116/store.db/MANIFEST-000005 2024-01-21T08:10:20.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 2024-01-21T08:10:20.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T08:10:20.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 2024-01-21T08:10:20.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T08:10:20.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.merge_operator: 2024-01-21T08:10:20.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.compaction_filter: None 2024-01-21T08:10:20.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T08:10:20.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T08:10:20.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T08:10:20.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557ada243d28) 2024-01-21T08:10:20.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cache_index_and_filter_blocks: 1 2024-01-21T08:10:20.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T08:10:20.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T08:10:20.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: pin_top_level_index_and_filter: 1 2024-01-21T08:10:20.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: index_type: 0 2024-01-21T08:10:20.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: data_block_index_type: 0 2024-01-21T08:10:20.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: index_shortening: 1 2024-01-21T08:10:20.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: data_block_hash_table_util_ratio: 0.750000 2024-01-21T08:10:20.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: hash_index_allow_collision: 1 2024-01-21T08:10:20.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: checksum: 1 2024-01-21T08:10:20.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: no_block_cache: 0 2024-01-21T08:10:20.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: block_cache: 0x557ada278f10 2024-01-21T08:10:20.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: block_cache_name: BinnedLRUCache 2024-01-21T08:10:20.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: block_cache_options: 2024-01-21T08:10:20.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: capacity : 536870912 2024-01-21T08:10:20.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: num_shard_bits : 4 2024-01-21T08:10:20.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: strict_capacity_limit : 0 2024-01-21T08:10:20.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: high_pri_pool_ratio: 0.000 2024-01-21T08:10:20.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: block_cache_compressed: (nil) 2024-01-21T08:10:20.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: persistent_cache: (nil) 2024-01-21T08:10:20.620 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: block_size: 4096 2024-01-21T08:10:20.620 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: block_size_deviation: 10 2024-01-21T08:10:20.620 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: block_restart_interval: 16 2024-01-21T08:10:20.620 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: index_block_restart_interval: 1 2024-01-21T08:10:20.620 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: metadata_block_size: 4096 2024-01-21T08:10:20.620 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: partition_filters: 0 2024-01-21T08:10:20.620 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: use_delta_encoding: 1 2024-01-21T08:10:20.620 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T08:10:20.620 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: whole_key_filtering: 1 2024-01-21T08:10:20.620 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: verify_compression: 0 2024-01-21T08:10:20.621 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: read_amp_bytes_per_bit: 0 2024-01-21T08:10:20.621 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: format_version: 2 2024-01-21T08:10:20.621 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: enable_index_compression: 1 2024-01-21T08:10:20.621 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: block_align: 0 2024-01-21T08:10:20.621 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 2024-01-21T08:10:20.621 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T08:10:20.621 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T08:10:20.621 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.compression: NoCompression 2024-01-21T08:10:20.621 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T08:10:20.621 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T08:10:20.621 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T08:10:20.621 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.num_levels: 7 2024-01-21T08:10:20.621 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T08:10:20.621 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T08:10:20.622 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T08:10:20.622 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T08:10:20.622 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T08:10:20.622 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T08:10:20.622 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T08:10:20.622 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T08:10:20.622 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T08:10:20.622 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T08:10:20.622 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T08:10:20.622 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T08:10:20.622 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T08:10:20.622 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T08:10:20.622 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T08:10:20.622 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T08:10:20.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T08:10:20.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T08:10:20.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T08:10:20.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T08:10:20.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T08:10:20.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T08:10:20.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T08:10:20.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T08:10:20.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T08:10:20.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T08:10:20.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T08:10:20.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T08:10:20.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T08:10:20.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T08:10:20.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T08:10:20.624 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T08:10:20.624 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T08:10:20.624 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T08:10:20.624 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T08:10:20.624 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T08:10:20.624 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T08:10:20.624 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T08:10:20.624 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T08:10:20.624 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T08:10:20.624 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T08:10:20.624 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T08:10:20.624 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T08:10:20.624 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T08:10:20.624 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T08:10:20.624 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T08:10:20.625 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T08:10:20.625 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T08:10:20.625 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T08:10:20.625 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T08:10:20.625 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T08:10:20.625 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T08:10:20.625 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T08:10:20.625 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T08:10:20.625 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T08:10:20.625 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T08:10:20.625 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T08:10:20.625 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T08:10:20.625 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T08:10:20.625 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.ttl: 2592000 2024-01-21T08:10:20.626 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.177+0000 7f4b3c604880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T08:10:20.626 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.178+0000 7f4b3c604880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi116/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-21T08:10:20.626 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 2024-01-21T08:10:20.626 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.178+0000 7f4b3c604880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-21T08:10:20.626 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 2024-01-21T08:10:20.626 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.178+0000 7f4b3c604880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705824620178806, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-21T08:10:20.626 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.178+0000 7f4b3c604880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-21T08:10:20.626 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.178+0000 7f4b3c604880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-21T08:10:20.626 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.179+0000 7f4b3c604880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705824620179732, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 78211, "table_properties": {"data_size": 76505, "index_size": 311, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9283, "raw_average_key_size": 47, "raw_value_size": 71075, "raw_average_value_size": 364, "num_data_blocks": 10, "num_entries": 195, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1705824620, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-21T08:10:20.626 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.179+0000 7f4b3c604880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-21T08:10:20.626 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 2024-01-21T08:10:20.626 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.179+0000 7f4b3c604880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705824620180130, "job": 1, "event": "recovery_finished"} 2024-01-21T08:10:20.626 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.180+0000 7f4b3c604880 4 rocksdb: DB pointer 0x557ada341800 2024-01-21T08:10:20.626 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.180+0000 7f4b233f6700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T08:10:20.627 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.180+0000 7f4b233f6700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T08:10:20.627 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: ** DB Stats ** 2024-01-21T08:10:20.627 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:10:20.627 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-21T08:10:20.627 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T08:10:20.627 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T08:10:20.627 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-21T08:10:20.627 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T08:10:20.627 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T08:10:20.627 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 2024-01-21T08:10:20.627 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: ** Compaction Stats [default] ** 2024-01-21T08:10:20.627 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:10:20.627 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:10:20.628 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: L0 2/0 78.07 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.1 0.00 0.00 1 0.001 0 0 2024-01-21T08:10:20.628 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Sum 2/0 78.07 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.1 0.00 0.00 1 0.001 0 0 2024-01-21T08:10:20.628 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.1 0.00 0.00 1 0.001 0 0 2024-01-21T08:10:20.628 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 2024-01-21T08:10:20.628 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: ** Compaction Stats [default] ** 2024-01-21T08:10:20.628 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:10:20.628 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:10:20.628 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 131.1 0.00 0.00 1 0.001 0 0 2024-01-21T08:10:20.628 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:10:20.628 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T08:10:20.628 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T08:10:20.628 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T08:10:20.628 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T08:10:20.628 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T08:10:20.629 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Cumulative compaction: 0.00 GB write, 26.28 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:10:20.629 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Interval compaction: 0.00 GB write, 26.28 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:10:20.629 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T08:10:20.629 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 2024-01-21T08:10:20.629 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T08:10:20.629 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 2024-01-21T08:10:20.629 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: ** Compaction Stats [default] ** 2024-01-21T08:10:20.629 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:10:20.629 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:10:20.629 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: L0 2/0 78.07 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.1 0.00 0.00 1 0.001 0 0 2024-01-21T08:10:20.629 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Sum 2/0 78.07 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.1 0.00 0.00 1 0.001 0 0 2024-01-21T08:10:20.629 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T08:10:20.630 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 2024-01-21T08:10:20.630 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: ** Compaction Stats [default] ** 2024-01-21T08:10:20.630 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:10:20.630 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:10:20.630 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 131.1 0.00 0.00 1 0.001 0 0 2024-01-21T08:10:20.630 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:10:20.630 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T08:10:20.630 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T08:10:20.630 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T08:10:20.630 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T08:10:20.630 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T08:10:20.630 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Cumulative compaction: 0.00 GB write, 25.81 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:10:20.630 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:10:20.630 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T08:10:20.631 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 2024-01-21T08:10:20.631 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T08:10:20.631 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 2024-01-21T08:10:20.631 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.180+0000 7f4b3c604880 0 starting mon.smithi116 rank 0 at public addrs [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] at bind addrs [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi116 fsid 6e73547e-b834-11ee-95b0-87774f69a715 2024-01-21T08:10:20.631 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.181+0000 7f4b3c604880 1 mon.smithi116@-1(???) e1 preinit fsid 6e73547e-b834-11ee-95b0-87774f69a715 2024-01-21T08:10:20.631 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.182+0000 7f4b3c604880 0 mon.smithi116@-1(???).mds e1 new map 2024-01-21T08:10:20.631 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.182+0000 7f4b3c604880 0 mon.smithi116@-1(???).mds e1 print_map 2024-01-21T08:10:20.631 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: e1 2024-01-21T08:10:20.631 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-21T08:10:20.631 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-21T08:10:20.631 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: legacy client fscid: -1 2024-01-21T08:10:20.631 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 2024-01-21T08:10:20.631 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: No filesystems configured 2024-01-21T08:10:20.632 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 2024-01-21T08:10:20.632 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.182+0000 7f4b3c604880 0 mon.smithi116@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-21T08:10:20.632 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.182+0000 7f4b3c604880 0 mon.smithi116@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T08:10:20.632 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.182+0000 7f4b3c604880 0 mon.smithi116@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T08:10:20.632 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.182+0000 7f4b3c604880 0 mon.smithi116@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T08:10:20.632 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:17.774191+0000 mon.smithi116 (mon.0) 8 : audit [INF] from='client.? 172.21.15.116:0/3584097101' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T08:10:20.632 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:17.777547+0000 mon.smithi116 (mon.0) 9 : audit [INF] from='client.? 172.21.15.116:0/3584097101' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-21T08:10:20.632 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:10:20.182+0000 7f4b3c604880 1 mon.smithi116@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-21T08:10:20.632 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:10:20.198259+0000 mon.smithi116 (mon.0) 1 : cluster [INF] mon.smithi116 is new leader, mons smithi116 in quorum (ranks 0) 2024-01-21T08:10:20.632 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:10:20.198316+0000 mon.smithi116 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi116=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0]} removed_ranks: {} 2024-01-21T08:10:20.632 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:10:20.211117+0000 mon.smithi116 (mon.0) 3 : cluster [DBG] fsmap 2024-01-21T08:10:20.632 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:10:20.211165+0000 mon.smithi116 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-21T08:10:20.632 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:10:20.211569+0000 mon.smithi116 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T08:10:20.960 INFO:teuthology.orchestra.run.smithi116.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-21T08:10:20.960 INFO:teuthology.orchestra.run.smithi116.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-21T08:10:20.960 INFO:teuthology.orchestra.run.smithi116.stderr:Creating mgr... 2024-01-21T08:10:20.960 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying port 9283 ... 2024-01-21T08:10:21.087 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to reset failed state of unit ceph-6e73547e-b834-11ee-95b0-87774f69a715@mgr.smithi116.upuqbt.service: Unit ceph-6e73547e-b834-11ee-95b0-87774f69a715@mgr.smithi116.upuqbt.service not loaded. 2024-01-21T08:10:21.092 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/ceph-6e73547e-b834-11ee-95b0-87774f69a715.target.wants/ceph-6e73547e-b834-11ee-95b0-87774f69a715@mgr.smithi116.upuqbt.service → /etc/systemd/system/ceph-6e73547e-b834-11ee-95b0-87774f69a715@.service. 2024-01-21T08:10:21.629 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: disabled 2024-01-21T08:10:21.636 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2024-01-21T08:10:21.636 INFO:teuthology.orchestra.run.smithi116.stderr:firewalld.service is not enabled 2024-01-21T08:10:21.637 INFO:teuthology.orchestra.run.smithi116.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T08:10:21.644 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: disabled 2024-01-21T08:10:21.651 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2024-01-21T08:10:21.652 INFO:teuthology.orchestra.run.smithi116.stderr:firewalld.service is not enabled 2024-01-21T08:10:21.652 INFO:teuthology.orchestra.run.smithi116.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-21T08:10:21.652 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mgr to start... 2024-01-21T08:10:21.652 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mgr... 2024-01-21T08:10:21.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:20.582683+0000 mon.smithi116 (mon.0) 6 : audit [INF] from='client.? 172.21.15.116:0/3172703367' entity='client.admin' 2024-01-21T08:10:22.115 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-21T08:10:22.117 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2024-01-21T08:10:22.117 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsid": "6e73547e-b834-11ee-95b0-87774f69a715", 2024-01-21T08:10:22.118 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "health": { 2024-01-21T08:10:22.118 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T08:10:22.118 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T08:10:22.118 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T08:10:22.118 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-21T08:10:22.118 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T08:10:22.118 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T08:10:22.118 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 0 2024-01-21T08:10:22.118 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2024-01-21T08:10:22.118 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T08:10:22.118 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "smithi116" 2024-01-21T08:10:22.118 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2024-01-21T08:10:22.118 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_age": 1, 2024-01-21T08:10:22.118 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T08:10:22.118 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:10:22.119 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T08:10:22.119 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T08:10:22.119 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-21T08:10:22.119 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T08:10:22.119 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:10:22.119 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T08:10:22.119 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T08:10:22.119 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T08:10:22.119 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T08:10:22.122 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T08:10:22.122 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T08:10:22.122 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-21T08:10:22.122 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T08:10:22.122 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T08:10:22.123 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T08:10:22.123 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T08:10:22.123 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T08:10:22.123 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T08:10:22.123 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T08:10:22.123 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T08:10:22.123 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T08:10:22.123 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-21T08:10:22.123 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T08:10:22.123 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:10:22.123 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T08:10:22.123 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T08:10:22.123 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-21T08:10:22.123 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T08:10:22.123 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": false, 2024-01-21T08:10:22.124 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T08:10:22.124 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T08:10:22.124 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "iostat", 2024-01-21T08:10:22.124 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "nfs", 2024-01-21T08:10:22.124 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "restful" 2024-01-21T08:10:22.124 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2024-01-21T08:10:22.124 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2024-01-21T08:10:22.124 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-21T08:10:22.124 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T08:10:22.124 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:10:22.124 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modified": "2024-01-21T08:10:16.533906+0000", 2024-01-21T08:10:22.124 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2024-01-21T08:10:22.124 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-21T08:10:22.124 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T08:10:22.125 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2024-01-21T08:10:22.451 INFO:teuthology.orchestra.run.smithi116.stderr:mgr not available, waiting (1/15)... 2024-01-21T08:10:22.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:22.113369+0000 mon.smithi116 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.116:0/1096028442' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T08:10:24.967 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-21T08:10:24.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2024-01-21T08:10:24.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsid": "6e73547e-b834-11ee-95b0-87774f69a715", 2024-01-21T08:10:24.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "health": { 2024-01-21T08:10:24.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T08:10:24.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T08:10:24.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T08:10:24.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-21T08:10:24.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T08:10:24.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T08:10:24.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 0 2024-01-21T08:10:24.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2024-01-21T08:10:24.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T08:10:24.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "smithi116" 2024-01-21T08:10:24.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2024-01-21T08:10:24.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-01-21T08:10:24.969 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T08:10:24.969 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:10:24.969 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T08:10:24.969 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T08:10:24.969 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-21T08:10:24.969 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T08:10:24.969 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:10:24.969 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T08:10:24.969 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T08:10:24.969 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T08:10:24.969 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T08:10:24.972 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T08:10:24.972 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T08:10:24.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-21T08:10:24.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T08:10:24.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T08:10:24.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T08:10:24.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T08:10:24.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T08:10:24.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T08:10:24.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T08:10:24.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T08:10:24.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T08:10:24.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-21T08:10:24.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T08:10:24.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:10:24.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T08:10:24.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T08:10:24.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-21T08:10:24.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T08:10:24.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": false, 2024-01-21T08:10:24.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T08:10:24.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T08:10:24.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "iostat", 2024-01-21T08:10:24.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "nfs", 2024-01-21T08:10:24.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "restful" 2024-01-21T08:10:24.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2024-01-21T08:10:24.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2024-01-21T08:10:24.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-21T08:10:24.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T08:10:24.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:10:24.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modified": "2024-01-21T08:10:16.533906+0000", 2024-01-21T08:10:24.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2024-01-21T08:10:24.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-21T08:10:24.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T08:10:24.975 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2024-01-21T08:10:25.236 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:24.963671+0000 mon.smithi116 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.116:0/1803423984' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T08:10:25.326 INFO:teuthology.orchestra.run.smithi116.stderr:mgr not available, waiting (2/15)... 2024-01-21T08:10:27.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:10:26.923661+0000 mon.smithi116 (mon.0) 9 : cluster [INF] Activating manager daemon smithi116.upuqbt 2024-01-21T08:10:27.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:10:26.926360+0000 mon.smithi116 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi116.upuqbt(active, starting, since 0.00283742s) 2024-01-21T08:10:27.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:26.927343+0000 mon.smithi116 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.116:0/1480898802' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T08:10:27.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:26.927455+0000 mon.smithi116 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.116:0/1480898802' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T08:10:27.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:26.927554+0000 mon.smithi116 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.116:0/1480898802' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T08:10:27.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:26.927667+0000 mon.smithi116 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.116:0/1480898802' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-21T08:10:27.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:26.927926+0000 mon.smithi116 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.116:0/1480898802' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mgr metadata", "who": "smithi116.upuqbt", "id": "smithi116.upuqbt"}]: dispatch 2024-01-21T08:10:27.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:10:26.942054+0000 mon.smithi116 (mon.0) 16 : cluster [INF] Manager daemon smithi116.upuqbt is now available 2024-01-21T08:10:27.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:26.953922+0000 mon.smithi116 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.116:0/1480898802' entity='mgr.smithi116.upuqbt' 2024-01-21T08:10:27.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:26.955600+0000 mon.smithi116 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.116:0/1480898802' entity='mgr.smithi116.upuqbt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.upuqbt/mirror_snapshot_schedule"}]: dispatch 2024-01-21T08:10:27.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:26.958179+0000 mon.smithi116 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.116:0/1480898802' entity='mgr.smithi116.upuqbt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.upuqbt/trash_purge_schedule"}]: dispatch 2024-01-21T08:10:27.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:26.963953+0000 mon.smithi116 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.116:0/1480898802' entity='mgr.smithi116.upuqbt' 2024-01-21T08:10:27.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:26.969215+0000 mon.smithi116 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.116:0/1480898802' entity='mgr.smithi116.upuqbt' 2024-01-21T08:10:28.966 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-21T08:10:28.966 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2024-01-21T08:10:28.967 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsid": "6e73547e-b834-11ee-95b0-87774f69a715", 2024-01-21T08:10:28.967 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "health": { 2024-01-21T08:10:28.967 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T08:10:28.967 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T08:10:28.967 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T08:10:28.967 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-21T08:10:28.967 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T08:10:28.967 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T08:10:28.967 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 0 2024-01-21T08:10:28.967 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2024-01-21T08:10:28.967 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T08:10:28.967 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "smithi116" 2024-01-21T08:10:28.967 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2024-01-21T08:10:28.967 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-01-21T08:10:28.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T08:10:28.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:10:28.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T08:10:28.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T08:10:28.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-21T08:10:28.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T08:10:28.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:10:28.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T08:10:28.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T08:10:28.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T08:10:28.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T08:10:28.972 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T08:10:28.972 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T08:10:28.972 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-21T08:10:28.972 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T08:10:28.972 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T08:10:28.972 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T08:10:28.972 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T08:10:28.972 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T08:10:28.972 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T08:10:28.972 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T08:10:28.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T08:10:28.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T08:10:28.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-21T08:10:28.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T08:10:28.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:10:28.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T08:10:28.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T08:10:28.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-21T08:10:28.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T08:10:28.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": true, 2024-01-21T08:10:28.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T08:10:28.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T08:10:28.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "iostat", 2024-01-21T08:10:28.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "nfs", 2024-01-21T08:10:28.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "restful" 2024-01-21T08:10:28.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2024-01-21T08:10:28.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2024-01-21T08:10:28.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-21T08:10:28.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T08:10:28.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:10:28.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modified": "2024-01-21T08:10:16.533906+0000", 2024-01-21T08:10:28.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2024-01-21T08:10:28.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-21T08:10:28.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T08:10:28.974 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2024-01-21T08:10:29.244 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:10:27.929393+0000 mon.smithi116 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi116.upuqbt(active, since 1.00586s) 2024-01-21T08:10:29.308 INFO:teuthology.orchestra.run.smithi116.stderr:mgr is available 2024-01-21T08:10:29.797 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-21T08:10:29.797 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [global] 2024-01-21T08:10:29.797 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: fsid = 6e73547e-b834-11ee-95b0-87774f69a715 2024-01-21T08:10:29.797 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-21T08:10:29.797 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-21T08:10:29.797 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-21T08:10:29.797 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-21T08:10:29.797 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-21T08:10:29.797 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [mgr] 2024-01-21T08:10:29.798 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-21T08:10:29.798 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-21T08:10:29.798 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [osd] 2024-01-21T08:10:29.798 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-21T08:10:29.798 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-21T08:10:30.141 INFO:teuthology.orchestra.run.smithi116.stderr:Enabling cephadm module... 2024-01-21T08:10:30.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:28.962747+0000 mon.smithi116 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.116:0/3474601215' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T08:10:30.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:29.793912+0000 mon.smithi116 (mon.0) 24 : audit [INF] from='client.? 172.21.15.116:0/481348712' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T08:10:31.222 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:30 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:10:29.930587+0000 mon.smithi116 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi116.upuqbt(active, since 3s) 2024-01-21T08:10:31.222 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:30 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:30.686304+0000 mon.smithi116 (mon.0) 26 : audit [INF] from='client.? 172.21.15.116:0/23093572' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-21T08:10:32.128 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2024-01-21T08:10:32.128 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-21T08:10:32.128 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": true, 2024-01-21T08:10:32.128 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "active_name": "smithi116.upuqbt", 2024-01-21T08:10:32.128 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T08:10:32.128 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2024-01-21T08:10:32.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:31.189759+0000 mon.smithi116 (mon.0) 27 : audit [INF] from='client.? 172.21.15.116:0/23093572' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-21T08:10:32.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:10:31.189805+0000 mon.smithi116 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi116.upuqbt(active, since 4s) 2024-01-21T08:10:32.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:32.125856+0000 mon.smithi116 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.116:0/1792103789' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T08:10:32.490 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for the mgr to restart... 2024-01-21T08:10:32.491 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mgr epoch 5... 2024-01-21T08:10:36.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:10:36.498551+0000 mon.smithi116 (mon.0) 30 : cluster [INF] Active manager daemon smithi116.upuqbt restarted 2024-01-21T08:10:36.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:10:36.498859+0000 mon.smithi116 (mon.0) 31 : cluster [INF] Activating manager daemon smithi116.upuqbt 2024-01-21T08:10:36.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:10:36.503963+0000 mon.smithi116 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-21T08:10:36.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:10:36.504059+0000 mon.smithi116 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi116.upuqbt(active, starting, since 0.00532646s) 2024-01-21T08:10:36.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:36.504839+0000 mon.smithi116 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-21T08:10:36.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:36.505477+0000 mon.smithi116 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mgr metadata", "who": "smithi116.upuqbt", "id": "smithi116.upuqbt"}]: dispatch 2024-01-21T08:10:36.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:36.506095+0000 mon.smithi116 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T08:10:36.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:36.506226+0000 mon.smithi116 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T08:10:36.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:36.506361+0000 mon.smithi116 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T08:10:36.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:10:36.520213+0000 mon.smithi116 (mon.0) 39 : cluster [INF] Manager daemon smithi116.upuqbt is now available 2024-01-21T08:10:36.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:36.531932+0000 mon.smithi116 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' 2024-01-21T08:10:37.513 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2024-01-21T08:10:37.513 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-21T08:10:37.513 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T08:10:37.513 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2024-01-21T08:10:37.793 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:10:36.529394+0000 mgr.smithi116.upuqbt (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-21T08:10:37.794 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:36.614935+0000 mon.smithi116 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' 2024-01-21T08:10:37.794 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:36.615876+0000 mon.smithi116 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:10:37.794 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:36.617249+0000 mon.smithi116 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:10:37.794 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:36.619532+0000 mon.smithi116 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:10:37.794 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:36.632676+0000 mon.smithi116 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.upuqbt/mirror_snapshot_schedule"}]: dispatch 2024-01-21T08:10:37.794 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:36.635448+0000 mon.smithi116 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.upuqbt/trash_purge_schedule"}]: dispatch 2024-01-21T08:10:37.794 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:10:37.504796+0000 mon.smithi116 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi116.upuqbt(active, since 1.00606s) 2024-01-21T08:10:37.866 INFO:teuthology.orchestra.run.smithi116.stderr:mgr epoch 5 is available 2024-01-21T08:10:37.866 INFO:teuthology.orchestra.run.smithi116.stderr:Setting orchestrator backend to cephadm... 2024-01-21T08:10:38.717 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:37.504048+0000 mgr.smithi116.upuqbt (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T08:10:38.717 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:37.510945+0000 mgr.smithi116.upuqbt (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T08:10:38.717 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:38.386920+0000 mon.smithi116 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' 2024-01-21T08:10:38.717 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:38.443441+0000 mon.smithi116 (mon.0) 49 : audit [DBG] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:10:39.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:39 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:38.382970+0000 mgr.smithi116.upuqbt (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:10:39.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:39 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:10:39.388365+0000 mon.smithi116 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi116.upuqbt(active, since 2s) 2024-01-21T08:10:40.376 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: value unchanged 2024-01-21T08:10:41.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:40.375037+0000 mgr.smithi116.upuqbt (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:10:42.906 INFO:teuthology.orchestra.run.smithi116.stderr:Generating ssh key... 2024-01-21T08:10:45.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:44.290144+0000 mgr.smithi116.upuqbt (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:10:45.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:10:44.290339+0000 mgr.smithi116.upuqbt (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-21T08:10:45.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:44.428720+0000 mon.smithi116 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' 2024-01-21T08:10:45.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:44.431142+0000 mon.smithi116 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' 2024-01-21T08:10:47.359 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/lNP6Bi7JrgyOLAR5RYEJ9EUvN3RN1WgLAdJd0DkcT/bxh7NZEqQoUJ6C/xaWvPbWYxpiF/9+FPPcB0PMgC1XvGedZmeNRRlt5iZKMDsVQIqGA2p8HNxmCFnCrzxAL3Ec08fqcW1JZh1fx+UvUtC6fqKIQxVvEypDZbAACGwFR10NJ7lPAUpjYUhuRJTUVTrSSGe2ihL1jtEovhJU3v3GBeYDj2T5T1BsSROmcuPnhiZ6zPEAWuhwkaFUTAz44EA6XCG8Oj8agiE0KqOzhiffCMVTUFVNaHmuJXxEhgTm0vTYlLinaPXp/iORwLu2uTRXFEfo6c3Y/oR3L0ZiAAPydBIKa2BdRJgF/0esnc/3L/4Jnk3SZpJE0bEWtyUKfVfwEA0qeK0z4m4LgiTwUJIyHyCrP5AtQFjMEgnFN7WXyqKqLirCuPGi6nR62h4A7IsBBWfsUpYR9ndN6kVR75w+xE55sz3On9HHGh8PnjkWips+LmJEBvwZMQL8lHoiO18= ceph-6e73547e-b834-11ee-95b0-87774f69a715 2024-01-21T08:10:47.714 INFO:teuthology.orchestra.run.smithi116.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-21T08:10:47.714 INFO:teuthology.orchestra.run.smithi116.stderr:Adding key to root@localhost authorized_keys... 2024-01-21T08:10:47.715 INFO:teuthology.orchestra.run.smithi116.stderr:Adding host smithi116... 2024-01-21T08:10:48.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:47.358103+0000 mgr.smithi116.upuqbt (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:10:48.847 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Added host 'smithi116' with addr '172.21.15.116' 2024-01-21T08:10:49.154 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying mon service with default placement... 2024-01-21T08:10:49.680 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-21T08:10:50.009 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:48.232872+0000 mgr.smithi116.upuqbt (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi116", "addr": "172.21.15.116", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:10:50.009 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:48.844397+0000 mon.smithi116 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' 2024-01-21T08:10:50.009 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:10:48.844672+0000 mgr.smithi116.upuqbt (mgr.14116) 10 : cephadm [INF] Added host smithi116 2024-01-21T08:10:50.010 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:48.881844+0000 mon.smithi116 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:10:50.010 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:49.677683+0000 mon.smithi116 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' 2024-01-21T08:10:50.096 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying mgr service with default placement... 2024-01-21T08:10:50.819 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-21T08:10:51.172 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying crash service with default placement... 2024-01-21T08:10:51.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:49.674255+0000 mgr.smithi116.upuqbt (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:10:51.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:10:49.675323+0000 mgr.smithi116.upuqbt (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-21T08:10:51.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:50.467631+0000 mon.smithi116 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' 2024-01-21T08:10:51.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:50.711372+0000 mon.smithi116 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' 2024-01-21T08:10:51.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:50.817164+0000 mon.smithi116 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' 2024-01-21T08:10:51.786 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-21T08:10:52.086 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying prometheus service with default placement... 2024-01-21T08:10:52.334 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:50.813570+0000 mgr.smithi116.upuqbt (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:10:52.334 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:10:50.814451+0000 mgr.smithi116.upuqbt (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-21T08:10:52.334 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:51.707651+0000 mon.smithi116 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' 2024-01-21T08:10:52.334 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:51.784525+0000 mon.smithi116 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' 2024-01-21T08:10:52.667 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-21T08:10:53.130 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying grafana service with default placement... 2024-01-21T08:10:53.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:51.781424+0000 mgr.smithi116.upuqbt (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:10:53.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:10:51.782398+0000 mgr.smithi116.upuqbt (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-21T08:10:53.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:52.665462+0000 mon.smithi116 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' 2024-01-21T08:10:53.673 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-21T08:10:54.021 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying node-exporter service with default placement... 2024-01-21T08:10:54.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:52.662467+0000 mgr.smithi116.upuqbt (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:10:54.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:10:52.663291+0000 mgr.smithi116.upuqbt (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-21T08:10:54.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:53.671817+0000 mon.smithi116 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' 2024-01-21T08:10:54.564 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-21T08:10:54.912 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying alertmanager service with default placement... 2024-01-21T08:10:55.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:53.668813+0000 mgr.smithi116.upuqbt (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:10:55.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:10:53.669556+0000 mgr.smithi116.upuqbt (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-21T08:10:55.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:54.562418+0000 mon.smithi116 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' 2024-01-21T08:10:55.437 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-21T08:10:56.469 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:54.559211+0000 mgr.smithi116.upuqbt (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:10:56.469 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:10:54.560065+0000 mgr.smithi116.upuqbt (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-21T08:10:56.469 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:55.435570+0000 mon.smithi116 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.116:0/1421909192' entity='mgr.smithi116.upuqbt' 2024-01-21T08:10:57.465 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:55.431788+0000 mgr.smithi116.upuqbt (mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:10:57.465 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:10:55.432710+0000 mgr.smithi116.upuqbt (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-21T08:10:57.465 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:56.308177+0000 mon.smithi116 (mon.0) 65 : audit [INF] from='client.? 172.21.15.116:0/3062201798' entity='client.admin' 2024-01-21T08:10:57.466 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:57.179158+0000 mon.smithi116 (mon.0) 66 : audit [INF] from='client.? 172.21.15.116:0/1416505893' entity='client.admin' 2024-01-21T08:10:57.529 INFO:teuthology.orchestra.run.smithi116.stderr:Enabling the dashboard module... 2024-01-21T08:10:58.474 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:10:56.507640+0000 mgr.smithi116.upuqbt (mgr.14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:10:58.475 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:58.107589+0000 mon.smithi116 (mon.0) 67 : audit [INF] from='client.? 172.21.15.116:0/3314452488' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-21T08:10:59.145 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2024-01-21T08:10:59.145 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-21T08:10:59.145 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": true, 2024-01-21T08:10:59.145 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "active_name": "smithi116.upuqbt", 2024-01-21T08:10:59.146 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T08:10:59.146 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2024-01-21T08:10:59.479 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for the mgr to restart... 2024-01-21T08:10:59.479 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mgr epoch 9... 2024-01-21T08:10:59.584 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:58.199371+0000 mon.smithi116 (mon.0) 68 : audit [INF] from='client.? 172.21.15.116:0/3314452488' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-21T08:10:59.585 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:10:58.199420+0000 mon.smithi116 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi116.upuqbt(active, since 21s) 2024-01-21T08:10:59.585 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:10:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:10:59.143149+0000 mon.smithi116 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.116:0/2788808118' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T08:11:03.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:11:03.533375+0000 mon.smithi116 (mon.0) 71 : cluster [INF] Active manager daemon smithi116.upuqbt restarted 2024-01-21T08:11:03.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:11:03.533651+0000 mon.smithi116 (mon.0) 72 : cluster [INF] Activating manager daemon smithi116.upuqbt 2024-01-21T08:11:03.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:11:03.537024+0000 mon.smithi116 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-21T08:11:03.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:11:03.537135+0000 mon.smithi116 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi116.upuqbt(active, starting, since 0.00358519s) 2024-01-21T08:11:03.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:03.537938+0000 mon.smithi116 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-21T08:11:03.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:03.538640+0000 mon.smithi116 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mgr metadata", "who": "smithi116.upuqbt", "id": "smithi116.upuqbt"}]: dispatch 2024-01-21T08:11:03.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:03.539219+0000 mon.smithi116 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T08:11:03.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:03.539337+0000 mon.smithi116 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T08:11:03.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:03.539463+0000 mon.smithi116 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T08:11:03.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:11:03.553983+0000 mon.smithi116 (mon.0) 80 : cluster [INF] Manager daemon smithi116.upuqbt is now available 2024-01-21T08:11:04.546 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2024-01-21T08:11:04.547 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-21T08:11:04.547 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T08:11:04.547 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2024-01-21T08:11:04.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:03.646675+0000 mon.smithi116 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:11:04.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:03.647971+0000 mon.smithi116 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:11:04.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:03.671393+0000 mon.smithi116 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.upuqbt/mirror_snapshot_schedule"}]: dispatch 2024-01-21T08:11:04.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:03.674293+0000 mon.smithi116 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.upuqbt/trash_purge_schedule"}]: dispatch 2024-01-21T08:11:04.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:11:04.538785+0000 mon.smithi116 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi116.upuqbt(active, since 1.00523s) 2024-01-21T08:11:04.895 INFO:teuthology.orchestra.run.smithi116.stderr:mgr epoch 9 is available 2024-01-21T08:11:04.895 INFO:teuthology.orchestra.run.smithi116.stderr:Generating a dashboard self-signed certificate... 2024-01-21T08:11:05.625 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-21T08:11:05.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:05 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:04.538041+0000 mgr.smithi116.upuqbt (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T08:11:05.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:05 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:04.544639+0000 mgr.smithi116.upuqbt (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T08:11:05.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:05 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:04.588109+0000 mon.smithi116 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:06.003 INFO:teuthology.orchestra.run.smithi116.stderr:Creating initial admin user... 2024-01-21T08:11:06.762 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$9xBpwegIL1VTlBtFuLXfYu6Sss176Rog5nWk6QcLW0grYe7/ExNxa", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705824666, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-21T08:11:06.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:05.588192+0000 mgr.smithi116.upuqbt (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:11:06.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:05.621557+0000 mon.smithi116 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:06.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:05.623372+0000 mon.smithi116 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:06.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:11:06.196249+0000 mon.smithi116 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi116.upuqbt(active, since 2s) 2024-01-21T08:11:07.119 INFO:teuthology.orchestra.run.smithi116.stderr:Fetching dashboard port number... 2024-01-21T08:11:07.619 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 8443 2024-01-21T08:11:07.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:06.542057+0000 mgr.smithi116.upuqbt (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:11:07.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:06.760907+0000 mon.smithi116 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:07.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:07.617553+0000 mon.smithi116 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.116:0/3486129755' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-21T08:11:07.993 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: disabled 2024-01-21T08:11:08.000 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2024-01-21T08:11:08.001 INFO:teuthology.orchestra.run.smithi116.stderr:firewalld.service is not enabled 2024-01-21T08:11:08.001 INFO:teuthology.orchestra.run.smithi116.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-21T08:11:08.004 INFO:teuthology.orchestra.run.smithi116.stderr:Ceph Dashboard is now available at: 2024-01-21T08:11:08.004 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-21T08:11:08.004 INFO:teuthology.orchestra.run.smithi116.stderr: URL: https://smithi116.front.sepia.ceph.com:8443/ 2024-01-21T08:11:08.004 INFO:teuthology.orchestra.run.smithi116.stderr: User: admin 2024-01-21T08:11:08.004 INFO:teuthology.orchestra.run.smithi116.stderr: Password: d7mj87hnda 2024-01-21T08:11:08.004 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-21T08:11:08.004 INFO:teuthology.orchestra.run.smithi116.stderr:Enabling autotune for osd_memory_target 2024-01-21T08:11:09.474 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-21T08:11:09.836 INFO:teuthology.orchestra.run.smithi116.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-21T08:11:09.836 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-21T08:11:09.836 INFO:teuthology.orchestra.run.smithi116.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-21T08:11:09.836 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-21T08:11:09.836 INFO:teuthology.orchestra.run.smithi116.stderr:Or, if you are only running a single cluster on this host: 2024-01-21T08:11:09.836 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-21T08:11:09.836 INFO:teuthology.orchestra.run.smithi116.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-21T08:11:09.837 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-21T08:11:09.837 INFO:teuthology.orchestra.run.smithi116.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-21T08:11:09.837 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-21T08:11:09.837 INFO:teuthology.orchestra.run.smithi116.stderr: ceph telemetry on 2024-01-21T08:11:09.837 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-21T08:11:09.837 INFO:teuthology.orchestra.run.smithi116.stderr:For more information see: 2024-01-21T08:11:09.837 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-21T08:11:09.837 INFO:teuthology.orchestra.run.smithi116.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-21T08:11:09.837 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-21T08:11:09.837 INFO:teuthology.orchestra.run.smithi116.stderr:Bootstrap complete. 2024-01-21T08:11:09.870 INFO:tasks.cephadm:Fetching config... 2024-01-21T08:11:09.870 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-21T08:11:09.870 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-21T08:11:09.891 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-21T08:11:09.891 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-21T08:11:09.891 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-21T08:11:09.946 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-21T08:11:09.947 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-21T08:11:09.947 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/keyring of=/dev/stdout 2024-01-21T08:11:10.014 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-21T08:11:10.015 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-21T08:11:10.015 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-21T08:11:10.072 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-21T08:11:10.073 DEBUG:teuthology.orchestra.run.smithi116:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/lNP6Bi7JrgyOLAR5RYEJ9EUvN3RN1WgLAdJd0DkcT/bxh7NZEqQoUJ6C/xaWvPbWYxpiF/9+FPPcB0PMgC1XvGedZmeNRRlt5iZKMDsVQIqGA2p8HNxmCFnCrzxAL3Ec08fqcW1JZh1fx+UvUtC6fqKIQxVvEypDZbAACGwFR10NJ7lPAUpjYUhuRJTUVTrSSGe2ihL1jtEovhJU3v3GBeYDj2T5T1BsSROmcuPnhiZ6zPEAWuhwkaFUTAz44EA6XCG8Oj8agiE0KqOzhiffCMVTUFVNaHmuJXxEhgTm0vTYlLinaPXp/iORwLu2uTRXFEfo6c3Y/oR3L0ZiAAPydBIKa2BdRJgF/0esnc/3L/4Jnk3SZpJE0bEWtyUKfVfwEA0qeK0z4m4LgiTwUJIyHyCrP5AtQFjMEgnFN7WXyqKqLirCuPGi6nR62h4A7IsBBWfsUpYR9ndN6kVR75w+xE55sz3On9HHGh8PnjkWips+LmJEBvwZMQL8lHoiO18= ceph-6e73547e-b834-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T08:11:10.148 INFO:teuthology.orchestra.run.smithi116.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/lNP6Bi7JrgyOLAR5RYEJ9EUvN3RN1WgLAdJd0DkcT/bxh7NZEqQoUJ6C/xaWvPbWYxpiF/9+FPPcB0PMgC1XvGedZmeNRRlt5iZKMDsVQIqGA2p8HNxmCFnCrzxAL3Ec08fqcW1JZh1fx+UvUtC6fqKIQxVvEypDZbAACGwFR10NJ7lPAUpjYUhuRJTUVTrSSGe2ihL1jtEovhJU3v3GBeYDj2T5T1BsSROmcuPnhiZ6zPEAWuhwkaFUTAz44EA6XCG8Oj8agiE0KqOzhiffCMVTUFVNaHmuJXxEhgTm0vTYlLinaPXp/iORwLu2uTRXFEfo6c3Y/oR3L0ZiAAPydBIKa2BdRJgF/0esnc/3L/4Jnk3SZpJE0bEWtyUKfVfwEA0qeK0z4m4LgiTwUJIyHyCrP5AtQFjMEgnFN7WXyqKqLirCuPGi6nR62h4A7IsBBWfsUpYR9ndN6kVR75w+xE55sz3On9HHGh8PnjkWips+LmJEBvwZMQL8lHoiO18= ceph-6e73547e-b834-11ee-95b0-87774f69a715 2024-01-21T08:11:10.159 DEBUG:teuthology.orchestra.run.smithi195:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/lNP6Bi7JrgyOLAR5RYEJ9EUvN3RN1WgLAdJd0DkcT/bxh7NZEqQoUJ6C/xaWvPbWYxpiF/9+FPPcB0PMgC1XvGedZmeNRRlt5iZKMDsVQIqGA2p8HNxmCFnCrzxAL3Ec08fqcW1JZh1fx+UvUtC6fqKIQxVvEypDZbAACGwFR10NJ7lPAUpjYUhuRJTUVTrSSGe2ihL1jtEovhJU3v3GBeYDj2T5T1BsSROmcuPnhiZ6zPEAWuhwkaFUTAz44EA6XCG8Oj8agiE0KqOzhiffCMVTUFVNaHmuJXxEhgTm0vTYlLinaPXp/iORwLu2uTRXFEfo6c3Y/oR3L0ZiAAPydBIKa2BdRJgF/0esnc/3L/4Jnk3SZpJE0bEWtyUKfVfwEA0qeK0z4m4LgiTwUJIyHyCrP5AtQFjMEgnFN7WXyqKqLirCuPGi6nR62h4A7IsBBWfsUpYR9ndN6kVR75w+xE55sz3On9HHGh8PnjkWips+LmJEBvwZMQL8lHoiO18= ceph-6e73547e-b834-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T08:11:10.207 INFO:teuthology.orchestra.run.smithi195.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/lNP6Bi7JrgyOLAR5RYEJ9EUvN3RN1WgLAdJd0DkcT/bxh7NZEqQoUJ6C/xaWvPbWYxpiF/9+FPPcB0PMgC1XvGedZmeNRRlt5iZKMDsVQIqGA2p8HNxmCFnCrzxAL3Ec08fqcW1JZh1fx+UvUtC6fqKIQxVvEypDZbAACGwFR10NJ7lPAUpjYUhuRJTUVTrSSGe2ihL1jtEovhJU3v3GBeYDj2T5T1BsSROmcuPnhiZ6zPEAWuhwkaFUTAz44EA6XCG8Oj8agiE0KqOzhiffCMVTUFVNaHmuJXxEhgTm0vTYlLinaPXp/iORwLu2uTRXFEfo6c3Y/oR3L0ZiAAPydBIKa2BdRJgF/0esnc/3L/4Jnk3SZpJE0bEWtyUKfVfwEA0qeK0z4m4LgiTwUJIyHyCrP5AtQFjMEgnFN7WXyqKqLirCuPGi6nR62h4A7IsBBWfsUpYR9ndN6kVR75w+xE55sz3On9HHGh8PnjkWips+LmJEBvwZMQL8lHoiO18= ceph-6e73547e-b834-11ee-95b0-87774f69a715 2024-01-21T08:11:10.218 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-21T08:11:10.894 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:09.470802+0000 mon.smithi116 (mon.0) 92 : audit [INF] from='client.? 172.21.15.116:0/2399847160' entity='client.admin' 2024-01-21T08:11:11.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:11:10.472226+0000 mon.smithi116 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi116.upuqbt(active, since 6s) 2024-01-21T08:11:11.997 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-21T08:11:11.998 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-21T08:11:12.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:11.633458+0000 mon.smithi116 (mon.0) 94 : audit [INF] from='client.? 172.21.15.116:0/812350484' entity='client.admin' 2024-01-21T08:11:14.468 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:13.449111+0000 mon.smithi116 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:14.468 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:13.762652+0000 mon.smithi116 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:11:14.468 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:13.768276+0000 mon.smithi116 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:14.468 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:11:13.776343+0000 mgr.smithi116.upuqbt (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi116 on smithi116 2024-01-21T08:11:14.468 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:14.170616+0000 mgr.smithi116.upuqbt (mgr.14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:11:14.471 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:14.175619+0000 mon.smithi116 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:14.538 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi195 2024-01-21T08:11:14.538 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-01-21T08:11:14.538 DEBUG:teuthology.orchestra.run.smithi195:> dd of=/etc/ceph/ceph.conf 2024-01-21T08:11:14.560 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-01-21T08:11:14.560 DEBUG:teuthology.orchestra.run.smithi195:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T08:11:14.621 INFO:tasks.cephadm:Adding host smithi195 to orchestrator... 2024-01-21T08:11:14.621 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch host add smithi195 2024-01-21T08:11:20.121 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:18.857380+0000 mon.smithi116 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:20.121 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:18.858876+0000 mon.smithi116 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi116", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T08:11:20.122 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:18.860520+0000 mon.smithi116 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi116", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-21T08:11:20.122 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:18.861050+0000 mon.smithi116 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:11:20.122 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:11:18.861471+0000 mgr.smithi116.upuqbt (mgr.14156) 7 : cephadm [INF] Deploying daemon crash.smithi116 on smithi116 2024-01-21T08:11:22.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:20.763457+0000 mon.smithi116 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:22.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:20.946868+0000 mon.smithi116 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:22.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:20.948579+0000 mon.smithi116 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:22.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:20.950469+0000 mon.smithi116 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T08:11:22.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:20.950810+0000 mgr.smithi116.upuqbt (mgr.14156) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T08:11:22.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:20.953831+0000 mon.smithi116 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:22.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:11:20.959960+0000 mgr.smithi116.upuqbt (mgr.14156) 9 : cephadm [INF] Deploying daemon grafana.smithi116 on smithi116 2024-01-21T08:11:25.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:11:23.540404+0000 mgr.smithi116.upuqbt (mgr.14156) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:11:25.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:23.671108+0000 mon.smithi116 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:27.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:27 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:11:25.540645+0000 mgr.smithi116.upuqbt (mgr.14156) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:11:29.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:11:27.540876+0000 mgr.smithi116.upuqbt (mgr.14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:11:31.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:31 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:11:29.541070+0000 mgr.smithi116.upuqbt (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:11:32.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:11:31.541333+0000 mgr.smithi116.upuqbt (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:11:32.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:31.632937+0000 mon.smithi116 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:32.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:11:31.634978+0000 mgr.smithi116.upuqbt (mgr.14156) 15 : cephadm [INF] Deploying daemon node-exporter.smithi116 on smithi116 2024-01-21T08:11:35.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:11:33.541581+0000 mgr.smithi116.upuqbt (mgr.14156) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:11:35.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:33.674735+0000 mon.smithi116 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:35.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:34.293292+0000 mon.smithi116 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:35.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:34.295307+0000 mon.smithi116 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-21T08:11:36.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:35.295551+0000 mon.smithi116 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.116:0/1727705970' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-21T08:11:36.620 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:11:35.295616+0000 mon.smithi116 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi116.upuqbt(active, since 31s) 2024-01-21T08:11:41.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:11:40.503378+0000 mon.smithi116 (mon.0) 115 : cluster [INF] Active manager daemon smithi116.upuqbt restarted 2024-01-21T08:11:41.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:11:40.503686+0000 mon.smithi116 (mon.0) 116 : cluster [INF] Activating manager daemon smithi116.upuqbt 2024-01-21T08:11:41.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:11:40.507310+0000 mon.smithi116 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-21T08:11:41.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:11:40.507414+0000 mon.smithi116 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi116.upuqbt(active, starting, since 0.00386123s) 2024-01-21T08:11:41.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:40.508179+0000 mon.smithi116 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-21T08:11:41.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:40.508782+0000 mon.smithi116 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mgr metadata", "who": "smithi116.upuqbt", "id": "smithi116.upuqbt"}]: dispatch 2024-01-21T08:11:41.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:40.509403+0000 mon.smithi116 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T08:11:41.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:40.509634+0000 mon.smithi116 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T08:11:41.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:40.509852+0000 mon.smithi116 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T08:11:41.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:11:40.522965+0000 mon.smithi116 (mon.0) 124 : cluster [INF] Manager daemon smithi116.upuqbt is now available 2024-01-21T08:11:41.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:40.617325+0000 mon.smithi116 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:11:41.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:40.618544+0000 mon.smithi116 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:11:41.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:40.643055+0000 mon.smithi116 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:41.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:40.652309+0000 mon.smithi116 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.upuqbt/mirror_snapshot_schedule"}]: dispatch 2024-01-21T08:11:41.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:40.654676+0000 mon.smithi116 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.upuqbt/trash_purge_schedule"}]: dispatch 2024-01-21T08:11:42.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:42 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:11:41.508944+0000 mon.smithi116 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi116.upuqbt(active, since 1.00539s) 2024-01-21T08:11:43.776 INFO:teuthology.orchestra.run.smithi195.stdout:Added host 'smithi195' with addr '172.21.15.195' 2024-01-21T08:11:44.110 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch host ls --format=json 2024-01-21T08:11:44.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:42.713743+0000 mon.smithi116 (mon.0) 131 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:44.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:42.989955+0000 mon.smithi116 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:11:44.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:42.990691+0000 mon.smithi116 (mon.0) 133 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:11:44.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:42.991194+0000 mon.smithi116 (mon.0) 134 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:11:44.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:11:42.992111+0000 mgr.smithi116.upuqbt (mgr.14180) 1 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2024-01-21T08:11:44.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:11:43.012248+0000 mgr.smithi116.upuqbt (mgr.14180) 2 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2024-01-21T08:11:44.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:43.040164+0000 mon.smithi116 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:44.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:43.042531+0000 mon.smithi116 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:44.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:43.046168+0000 mon.smithi116 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-21T08:11:44.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:43.153106+0000 mgr.smithi116.upuqbt (mgr.14180) 3 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi195", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:11:44.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:43.510182+0000 mon.smithi116 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-21T08:11:44.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:11:43.510243+0000 mon.smithi116 (mon.0) 139 : cluster [DBG] mgrmap e17: smithi116.upuqbt(active, since 3s) 2024-01-21T08:11:45.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:11:43.518925+0000 mgr.smithi116.upuqbt (mgr.14180) 4 : cephadm [INF] Deploying daemon prometheus.smithi116 on smithi116 2024-01-21T08:11:45.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:43.773707+0000 mon.smithi116 (mon.0) 140 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:45.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:11:43.774026+0000 mgr.smithi116.upuqbt (mgr.14180) 5 : cephadm [INF] Added host smithi195 2024-01-21T08:11:45.359 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-21T08:11:45.359 INFO:teuthology.orchestra.run.smithi195.stdout:[{"addr": "172.21.15.116", "hostname": "smithi116", "labels": [], "status": ""}, {"addr": "172.21.15.195", "hostname": "smithi195", "labels": [], "status": ""}] 2024-01-21T08:11:45.724 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-21T08:11:45.725 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd crush tunables default 2024-01-21T08:11:46.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:45.356826+0000 mgr.smithi116.upuqbt (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:11:49.347 INFO:teuthology.orchestra.run.smithi116.stderr:adjusted tunables profile to default 2024-01-21T08:11:49.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:49.290205+0000 mon.smithi116 (mon.0) 141 : audit [INF] from='client.? 172.21.15.116:0/4229381579' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-21T08:11:50.104 INFO:tasks.cephadm:Adding mon.smithi116 on smithi116 2024-01-21T08:11:50.105 INFO:tasks.cephadm:Adding mon.smithi195 on smithi195 2024-01-21T08:11:50.105 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch apply mon '2;smithi116:172.21.15.116=smithi116;smithi195:172.21.15.195=smithi195' 2024-01-21T08:11:50.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:49.342644+0000 mon.smithi116 (mon.0) 142 : audit [INF] from='client.? 172.21.15.116:0/4229381579' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-21T08:11:50.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:11:49.342688+0000 mon.smithi116 (mon.0) 143 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T08:11:51.438 INFO:teuthology.orchestra.run.smithi195.stdout:Scheduled mon update... 2024-01-21T08:11:51.789 DEBUG:teuthology.orchestra.run.smithi195:mon.smithi195> sudo journalctl -f -n 0 -u ceph-6e73547e-b834-11ee-95b0-87774f69a715@mon.smithi195.service 2024-01-21T08:11:51.791 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T08:11:51.792 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T08:11:51.820 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:-- Logs begin at Sun 2024-01-21 08:03:19 UTC. -- 2024-01-21T08:11:52.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:51.150404+0000 mon.smithi116 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:52.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:51.151475+0000 mon.smithi116 (mon.0) 145 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:11:52.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:51.435963+0000 mon.smithi116 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:52.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:51.845295+0000 mon.smithi116 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:53.216 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-21T08:11:53.216 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"6e73547e-b834-11ee-95b0-87774f69a715","modified":"2024-01-21T08:10:14.640467Z","created":"2024-01-21T08:10:14.640467Z","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":"smithi116","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T08:11:53.218 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-21T08:11:53.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:51.431521+0000 mgr.smithi116.upuqbt (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi116:172.21.15.116=smithi116;smithi195:172.21.15.195=smithi195", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:11:53.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:11:51.433617+0000 mgr.smithi116.upuqbt (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi116:172.21.15.116=smithi116;smithi195:172.21.15.195=smithi195;count:2 2024-01-21T08:11:53.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:52.417598+0000 mon.smithi116 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:54.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:53.215176+0000 mon.smithi116 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.195:0/1379806322' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T08:11:54.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:53.370015+0000 mon.smithi116 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:54.718 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T08:11:54.718 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T08:11:56.039 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-21T08:11:56.039 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"6e73547e-b834-11ee-95b0-87774f69a715","modified":"2024-01-21T08:10:14.640467Z","created":"2024-01-21T08:10:14.640467Z","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":"smithi116","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T08:11:56.041 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-21T08:11:56.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:55.148794+0000 mon.smithi116 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:56.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:55.643899+0000 mon.smithi116 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:56.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:56.038103+0000 mon.smithi116 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.195:0/23425296' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T08:11:57.423 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T08:11:57.423 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T08:11:57.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:56.421680+0000 mon.smithi116 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:57.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:56.422562+0000 mon.smithi116 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd/host:smithi195", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:11:57.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:56.423505+0000 mon.smithi116 (mon.0) 156 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:11:57.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:56.424220+0000 mon.smithi116 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:11:57.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:11:56.425359+0000 mgr.smithi116.upuqbt (mgr.14180) 9 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2024-01-21T08:11:57.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:11:56.464361+0000 mgr.smithi116.upuqbt (mgr.14180) 10 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.client.admin.keyring 2024-01-21T08:11:57.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:56.492146+0000 mon.smithi116 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:57.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:56.495556+0000 mon.smithi116 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:57.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:56.497249+0000 mon.smithi116 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi195", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T08:11:57.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:56.499229+0000 mon.smithi116 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi195", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-21T08:11:57.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:56.499902+0000 mon.smithi116 (mon.0) 162 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:11:57.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:11:56.500492+0000 mgr.smithi116.upuqbt (mgr.14180) 11 : cephadm [INF] Deploying daemon crash.smithi195 on smithi195 2024-01-21T08:11:59.123 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-21T08:11:59.123 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"6e73547e-b834-11ee-95b0-87774f69a715","modified":"2024-01-21T08:10:14.640467Z","created":"2024-01-21T08:10:14.640467Z","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":"smithi116","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T08:11:59.125 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-21T08:11:59.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:58.639240+0000 mon.smithi116 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:11:59.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:58.641856+0000 mon.smithi116 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi195.fiwyoz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T08:11:59.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:58.644845+0000 mon.smithi116 (mon.0) 165 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi195.fiwyoz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-21T08:11:59.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:58.645652+0000 mon.smithi116 (mon.0) 166 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T08:11:59.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:58.646588+0000 mon.smithi116 (mon.0) 167 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:11:59.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:11:58.647194+0000 mgr.smithi116.upuqbt (mgr.14180) 12 : cephadm [INF] Deploying daemon mgr.smithi195.fiwyoz on smithi195 2024-01-21T08:11:59.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:11:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:11:59.121453+0000 mon.smithi116 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.195:0/2101704381' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T08:12:00.783 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T08:12:00.784 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T08:12:01.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:00.447130+0000 mon.smithi116 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:01.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:00.449525+0000 mon.smithi116 (mon.0) 170 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T08:12:01.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:00.450388+0000 mon.smithi116 (mon.0) 171 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:01.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:12:00.451155+0000 mgr.smithi116.upuqbt (mgr.14180) 13 : cephadm [INF] Deploying daemon mon.smithi195 on smithi195 2024-01-21T08:12:01.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:00.510616+0000 mgr.smithi116.upuqbt (mgr.14180) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:01.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:00.647535+0000 mon.smithi116 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:02.615 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 systemd[1]: Starting Ceph mon.smithi195 for 6e73547e-b834-11ee-95b0-87774f69a715... 2024-01-21T08:12:02.786 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-21T08:12:02.787 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"6e73547e-b834-11ee-95b0-87774f69a715","modified":"2024-01-21T08:10:14.640467Z","created":"2024-01-21T08:10:14.640467Z","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":"smithi116","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T08:12:02.788 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-01-21T08:12:03.096 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.951+0000 7f354291b880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T08:12:03.096 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.951+0000 7f354291b880 0 ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable), process ceph-mon, pid 7 2024-01-21T08:12:03.096 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.951+0000 7f354291b880 0 pidfile_write: ignore empty --pid-file 2024-01-21T08:12:03.096 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.955+0000 7f354291b880 0 load: jerasure load: lrc load: isa 2024-01-21T08:12:03.097 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T08:12:03.097 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 2024-01-21T08:12:03.097 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T08:12:03.097 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T08:12:03.097 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: DB SUMMARY 2024-01-21T08:12:03.097 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 2024-01-21T08:12:03.097 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: CURRENT file: CURRENT 2024-01-21T08:12:03.097 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 2024-01-21T08:12:03.097 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-21T08:12:03.097 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 2024-01-21T08:12:03.097 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-01-21T08:12:03.097 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 2024-01-21T08:12:03.097 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi195/store.db dir, Total Num: 0, files: 2024-01-21T08:12:03.098 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 2024-01-21T08:12:03.098 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi195/store.db: 000003.log size: 511 ; 2024-01-21T08:12:03.098 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 2024-01-21T08:12:03.098 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T08:12:03.098 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.create_if_missing: 0 2024-01-21T08:12:03.098 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T08:12:03.098 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.env: 0x559a75410080 2024-01-21T08:12:03.101 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.fs: Posix File System 2024-01-21T08:12:03.102 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.info_log: 0x559a7625fd20 2024-01-21T08:12:03.102 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T08:12:03.102 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.statistics: (nil) 2024-01-21T08:12:03.102 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.use_fsync: 0 2024-01-21T08:12:03.102 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T08:12:03.102 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T08:12:03.102 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T08:12:03.102 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T08:12:03.102 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T08:12:03.102 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T08:12:03.102 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T08:12:03.102 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T08:12:03.102 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T08:12:03.102 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T08:12:03.103 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T08:12:03.103 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.db_log_dir: 2024-01-21T08:12:03.103 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi195/store.db 2024-01-21T08:12:03.103 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T08:12:03.103 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T08:12:03.103 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T08:12:03.103 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T08:12:03.103 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T08:12:03.103 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T08:12:03.103 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T08:12:03.103 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T08:12:03.103 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T08:12:03.103 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T08:12:03.103 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.write_buffer_manager: 0x559a76f5c420 2024-01-21T08:12:03.103 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T08:12:03.104 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T08:12:03.104 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T08:12:03.104 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T08:12:03.104 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T08:12:03.104 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T08:12:03.104 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T08:12:03.104 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T08:12:03.104 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T08:12:03.104 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 bash[39012]: cc9abe179062eca86e9972a891042cd5a6694c3855b3d9cc79595df248aaabb6 2024-01-21T08:12:03.104 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.unordered_write: 0 2024-01-21T08:12:03.104 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T08:12:03.104 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T08:12:03.105 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T08:12:03.105 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T08:12:03.105 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.row_cache: None 2024-01-21T08:12:03.105 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.wal_filter: None 2024-01-21T08:12:03.105 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T08:12:03.105 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T08:12:03.105 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T08:12:03.105 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T08:12:03.105 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T08:12:03.105 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T08:12:03.105 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T08:12:03.105 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T08:12:03.105 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T08:12:03.105 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T08:12:03.105 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T08:12:03.106 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T08:12:03.106 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T08:12:03.106 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T08:12:03.106 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T08:12:03.106 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T08:12:03.106 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T08:12:03.106 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T08:12:03.106 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T08:12:03.106 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T08:12:03.106 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T08:12:03.106 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.max_open_files: -1 2024-01-21T08:12:03.106 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T08:12:03.106 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T08:12:03.106 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T08:12:03.107 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T08:12:03.107 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Compression algorithms supported: 2024-01-21T08:12:03.107 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T08:12:03.107 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: kZSTD supported: 0 2024-01-21T08:12:03.107 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T08:12:03.107 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T08:12:03.107 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T08:12:03.107 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T08:12:03.107 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T08:12:03.107 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T08:12:03.107 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T08:12:03.107 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi195/store.db/MANIFEST-000001 2024-01-21T08:12:03.107 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 2024-01-21T08:12:03.107 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T08:12:03.108 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 2024-01-21T08:12:03.108 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T08:12:03.108 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.merge_operator: 2024-01-21T08:12:03.108 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.compaction_filter: None 2024-01-21T08:12:03.108 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T08:12:03.108 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T08:12:03.108 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T08:12:03.108 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559a7620fd28) 2024-01-21T08:12:03.108 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cache_index_and_filter_blocks: 1 2024-01-21T08:12:03.108 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T08:12:03.108 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T08:12:03.108 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: pin_top_level_index_and_filter: 1 2024-01-21T08:12:03.108 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: index_type: 0 2024-01-21T08:12:03.109 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: data_block_index_type: 0 2024-01-21T08:12:03.109 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: index_shortening: 1 2024-01-21T08:12:03.109 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: data_block_hash_table_util_ratio: 0.750000 2024-01-21T08:12:03.109 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: hash_index_allow_collision: 1 2024-01-21T08:12:03.109 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: checksum: 1 2024-01-21T08:12:03.109 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: no_block_cache: 0 2024-01-21T08:12:03.109 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: block_cache: 0x559a76244f10 2024-01-21T08:12:03.109 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: block_cache_name: BinnedLRUCache 2024-01-21T08:12:03.109 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: block_cache_options: 2024-01-21T08:12:03.109 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: capacity : 536870912 2024-01-21T08:12:03.109 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: num_shard_bits : 4 2024-01-21T08:12:03.109 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: strict_capacity_limit : 0 2024-01-21T08:12:03.109 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: high_pri_pool_ratio: 0.000 2024-01-21T08:12:03.109 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: block_cache_compressed: (nil) 2024-01-21T08:12:03.109 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: persistent_cache: (nil) 2024-01-21T08:12:03.110 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: block_size: 4096 2024-01-21T08:12:03.110 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: block_size_deviation: 10 2024-01-21T08:12:03.110 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: block_restart_interval: 16 2024-01-21T08:12:03.110 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: index_block_restart_interval: 1 2024-01-21T08:12:03.110 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: metadata_block_size: 4096 2024-01-21T08:12:03.110 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: partition_filters: 0 2024-01-21T08:12:03.110 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: use_delta_encoding: 1 2024-01-21T08:12:03.110 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T08:12:03.110 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: whole_key_filtering: 1 2024-01-21T08:12:03.110 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: verify_compression: 0 2024-01-21T08:12:03.110 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: read_amp_bytes_per_bit: 0 2024-01-21T08:12:03.110 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: format_version: 2 2024-01-21T08:12:03.110 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: enable_index_compression: 1 2024-01-21T08:12:03.110 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: block_align: 0 2024-01-21T08:12:03.110 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 2024-01-21T08:12:03.111 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T08:12:03.111 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T08:12:03.111 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.compression: NoCompression 2024-01-21T08:12:03.111 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T08:12:03.111 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T08:12:03.111 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T08:12:03.111 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.num_levels: 7 2024-01-21T08:12:03.111 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T08:12:03.111 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.956+0000 7f354291b880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T08:12:03.111 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T08:12:03.111 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T08:12:03.111 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T08:12:03.111 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T08:12:03.111 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T08:12:03.112 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T08:12:03.112 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T08:12:03.112 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T08:12:03.112 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T08:12:03.112 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T08:12:03.112 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T08:12:03.112 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T08:12:03.112 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T08:12:03.112 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T08:12:03.112 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T08:12:03.112 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T08:12:03.112 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T08:12:03.112 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T08:12:03.113 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T08:12:03.113 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T08:12:03.113 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T08:12:03.113 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T08:12:03.113 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T08:12:03.113 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T08:12:03.113 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T08:12:03.113 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T08:12:03.113 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T08:12:03.113 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T08:12:03.113 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T08:12:03.113 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T08:12:03.113 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T08:12:03.113 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T08:12:03.113 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T08:12:03.114 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T08:12:03.114 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T08:12:03.114 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T08:12:03.114 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T08:12:03.114 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T08:12:03.114 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T08:12:03.114 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T08:12:03.114 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T08:12:03.114 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T08:12:03.114 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T08:12:03.114 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T08:12:03.114 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T08:12:03.114 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T08:12:03.114 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T08:12:03.114 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T08:12:03.115 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T08:12:03.115 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T08:12:03.115 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T08:12:03.115 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T08:12:03.115 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T08:12:03.115 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T08:12:03.115 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T08:12:03.115 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T08:12:03.115 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T08:12:03.115 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.ttl: 2592000 2024-01-21T08:12:03.115 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T08:12:03.115 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi195/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-21T08:12:03.115 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 2024-01-21T08:12:03.115 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-21T08:12:03.116 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 2024-01-21T08:12:03.116 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705824722958691, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-01-21T08:12:03.116 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-01-21T08:12:03.116 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.957+0000 7f354291b880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-21T08:12:03.116 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.958+0000 7f354291b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705824722959206, "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": 1705824722, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-21T08:12:03.116 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.958+0000 7f354291b880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-01-21T08:12:03.116 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 2024-01-21T08:12:03.116 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.958+0000 7f354291b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705824722959594, "job": 1, "event": "recovery_finished"} 2024-01-21T08:12:03.116 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.959+0000 7f354291b880 4 rocksdb: DB pointer 0x559a7630d800 2024-01-21T08:12:03.116 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.959+0000 7f352970d700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T08:12:03.116 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.959+0000 7f352970d700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T08:12:03.116 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: ** DB Stats ** 2024-01-21T08:12:03.116 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:12:03.116 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-21T08:12:03.117 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T08:12:03.117 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T08:12:03.117 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-21T08:12:03.117 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T08:12:03.117 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T08:12:03.117 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 2024-01-21T08:12:03.117 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: ** Compaction Stats [default] ** 2024-01-21T08:12:03.117 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:12:03.117 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:12:03.117 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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.9 0.00 0.00 1 0.000 0 0 2024-01-21T08:12:03.117 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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.9 0.00 0.00 1 0.000 0 0 2024-01-21T08:12:03.117 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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.9 0.00 0.00 1 0.000 0 0 2024-01-21T08:12:03.117 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 2024-01-21T08:12:03.117 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: ** Compaction Stats [default] ** 2024-01-21T08:12:03.117 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:12:03.118 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:12:03.118 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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.9 0.00 0.00 1 0.000 0 0 2024-01-21T08:12:03.118 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:12:03.118 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T08:12:03.118 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T08:12:03.118 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T08:12:03.118 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T08:12:03.118 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T08:12:03.118 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Cumulative compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:12:03.118 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Interval compaction: 0.00 GB write, 0.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:12:03.118 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T08:12:03.118 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 2024-01-21T08:12:03.118 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T08:12:03.118 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 2024-01-21T08:12:03.118 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: ** Compaction Stats [default] ** 2024-01-21T08:12:03.118 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:12:03.119 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:12:03.119 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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.9 0.00 0.00 1 0.000 0 0 2024-01-21T08:12:03.119 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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.9 0.00 0.00 1 0.000 0 0 2024-01-21T08:12:03.119 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T08:12:03.119 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 2024-01-21T08:12:03.119 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: ** Compaction Stats [default] ** 2024-01-21T08:12:03.119 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:12:03.119 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:12:03.119 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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.9 0.00 0.00 1 0.000 0 0 2024-01-21T08:12:03.119 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:12:03.119 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T08:12:03.119 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T08:12:03.119 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T08:12:03.119 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T08:12:03.120 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T08:12:03.120 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Cumulative compaction: 0.00 GB write, 0.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:12:03.120 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:12:03.120 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T08:12:03.120 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 2024-01-21T08:12:03.120 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T08:12:03.120 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 2024-01-21T08:12:03.120 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.959+0000 7f354291b880 0 mon.smithi195 does not exist in monmap, will attempt to join an existing cluster 2024-01-21T08:12:03.120 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.959+0000 7f354291b880 0 using public_addr v2:172.21.15.195:0/0 -> [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] 2024-01-21T08:12:03.120 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.960+0000 7f354291b880 0 starting mon.smithi195 rank -1 at public addrs [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] at bind addrs [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi195 fsid 6e73547e-b834-11ee-95b0-87774f69a715 2024-01-21T08:12:03.120 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 systemd[1]: Started Ceph mon.smithi195 for 6e73547e-b834-11ee-95b0-87774f69a715. 2024-01-21T08:12:03.120 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.961+0000 7f354291b880 1 mon.smithi195@-1(???) e0 preinit fsid 6e73547e-b834-11ee-95b0-87774f69a715 2024-01-21T08:12:03.120 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.987+0000 7f352bf12700 0 mon.smithi195@-1(synchronizing).mds e1 new map 2024-01-21T08:12:03.121 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.987+0000 7f352bf12700 0 mon.smithi195@-1(synchronizing).mds e1 print_map 2024-01-21T08:12:03.121 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: e1 2024-01-21T08:12:03.121 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-21T08:12:03.121 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-21T08:12:03.121 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: legacy client fscid: -1 2024-01-21T08:12:03.121 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 2024-01-21T08:12:03.121 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: No filesystems configured 2024-01-21T08:12:03.121 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 2024-01-21T08:12:03.121 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.987+0000 7f352bf12700 1 mon.smithi195@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-21T08:12:03.121 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.987+0000 7f352bf12700 1 mon.smithi195@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-21T08:12:03.121 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.988+0000 7f352bf12700 1 mon.smithi195@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-21T08:12:03.121 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.988+0000 7f352bf12700 1 mon.smithi195@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-21T08:12:03.121 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.988+0000 7f352bf12700 1 mon.smithi195@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-21T08:12:03.121 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.988+0000 7f352bf12700 1 mon.smithi195@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-21T08:12:03.122 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.988+0000 7f352bf12700 1 mon.smithi195@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-21T08:12:03.122 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.988+0000 7f352bf12700 0 mon.smithi195@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-21T08:12:03.122 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.988+0000 7f352bf12700 0 mon.smithi195@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T08:12:03.122 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.988+0000 7f352bf12700 0 mon.smithi195@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T08:12:03.122 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.988+0000 7f352bf12700 0 mon.smithi195@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T08:12:03.122 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:00.447130+0000 mon.smithi116 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:03.122 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:00.449525+0000 mon.smithi116 (mon.0) 170 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T08:12:03.122 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:00.450388+0000 mon.smithi116 (mon.0) 171 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:03.122 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:12:00.451155+0000 mgr.smithi116.upuqbt (mgr.14180) 13 : cephadm [INF] Deploying daemon mon.smithi195 on smithi195 2024-01-21T08:12:03.122 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:00.510616+0000 mgr.smithi116.upuqbt (mgr.14180) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:03.122 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:00.647535+0000 mon.smithi116 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:03.122 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:12:02.988+0000 7f352bf12700 1 mon.smithi195@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-21T08:12:04.124 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T08:12:04.124 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T08:12:08.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:02.510907+0000 mgr.smithi116.upuqbt (mgr.14180) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:08.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:02.999216+0000 mon.smithi116 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-21T08:12:08.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:02.999506+0000 mon.smithi116 (mon.0) 176 : cluster [INF] mon.smithi116 calling monitor election 2024-01-21T08:12:08.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:03.013542+0000 mon.smithi116 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-01-21T08:12:08.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:03.994566+0000 mon.smithi116 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-01-21T08:12:08.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:04.511253+0000 mgr.smithi116.upuqbt (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:08.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:04.994491+0000 mon.smithi116 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-01-21T08:12:08.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:04.996769+0000 mon.smithi195 (mon.1) 1 : cluster [INF] mon.smithi195 calling monitor election 2024-01-21T08:12:08.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:05.942445+0000 mon.smithi116 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.195:0/731869048' entity='mgr.smithi195.fiwyoz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi195.fiwyoz/crt"}]: dispatch 2024-01-21T08:12:08.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:05.994502+0000 mon.smithi116 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-01-21T08:12:08.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:06.511551+0000 mgr.smithi116.upuqbt (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:08.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:06.994745+0000 mon.smithi116 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-01-21T08:12:08.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:07.995279+0000 mon.smithi116 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-01-21T08:12:08.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:08.027048+0000 mon.smithi116 (mon.0) 184 : cluster [INF] mon.smithi116 is new leader, mons smithi116,smithi195 in quorum (ranks 0,1) 2024-01-21T08:12:08.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:08.030233+0000 mon.smithi116 (mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi116=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],smithi195=[v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0]} removed_ranks: {} 2024-01-21T08:12:08.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:08.030713+0000 mon.smithi116 (mon.0) 186 : cluster [DBG] fsmap 2024-01-21T08:12:08.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:08.030743+0000 mon.smithi116 (mon.0) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T08:12:08.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:08.030995+0000 mon.smithi116 (mon.0) 188 : cluster [DBG] mgrmap e17: smithi116.upuqbt(active, since 27s) 2024-01-21T08:12:08.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:08.032087+0000 mon.smithi116 (mon.0) 189 : cluster [DBG] Standby manager daemon smithi195.fiwyoz started 2024-01-21T08:12:08.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:08.033172+0000 mon.smithi116 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.195:0/731869048' entity='mgr.smithi195.fiwyoz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-21T08:12:08.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:08.034783+0000 mon.smithi116 (mon.0) 191 : cluster [INF] overall HEALTH_OK 2024-01-21T08:12:08.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:08.035221+0000 mon.smithi116 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.195:0/731869048' entity='mgr.smithi195.fiwyoz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi195.fiwyoz/key"}]: dispatch 2024-01-21T08:12:08.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:08.035715+0000 mon.smithi116 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.195:0/731869048' entity='mgr.smithi195.fiwyoz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-21T08:12:08.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:08.037275+0000 mon.smithi116 (mon.0) 194 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:08.446 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:02.510907+0000 mgr.smithi116.upuqbt (mgr.14180) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:08.446 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:02.999216+0000 mon.smithi116 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-21T08:12:08.446 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:02.999506+0000 mon.smithi116 (mon.0) 176 : cluster [INF] mon.smithi116 calling monitor election 2024-01-21T08:12:08.446 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:03.013542+0000 mon.smithi116 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-01-21T08:12:08.446 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:03.994566+0000 mon.smithi116 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-01-21T08:12:08.446 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:04.511253+0000 mgr.smithi116.upuqbt (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:08.446 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:04.994491+0000 mon.smithi116 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-01-21T08:12:08.447 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:04.996769+0000 mon.smithi195 (mon.1) 1 : cluster [INF] mon.smithi195 calling monitor election 2024-01-21T08:12:08.447 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:05.942445+0000 mon.smithi116 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.195:0/731869048' entity='mgr.smithi195.fiwyoz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi195.fiwyoz/crt"}]: dispatch 2024-01-21T08:12:08.447 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:05.994502+0000 mon.smithi116 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-01-21T08:12:08.447 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:06.511551+0000 mgr.smithi116.upuqbt (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:08.447 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:06.994745+0000 mon.smithi116 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-01-21T08:12:08.447 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:07.995279+0000 mon.smithi116 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-01-21T08:12:08.447 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:08.027048+0000 mon.smithi116 (mon.0) 184 : cluster [INF] mon.smithi116 is new leader, mons smithi116,smithi195 in quorum (ranks 0,1) 2024-01-21T08:12:08.447 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:08.030233+0000 mon.smithi116 (mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi116=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],smithi195=[v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0]} removed_ranks: {} 2024-01-21T08:12:08.447 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:08.030713+0000 mon.smithi116 (mon.0) 186 : cluster [DBG] fsmap 2024-01-21T08:12:08.447 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:08.030743+0000 mon.smithi116 (mon.0) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T08:12:08.447 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:08.030995+0000 mon.smithi116 (mon.0) 188 : cluster [DBG] mgrmap e17: smithi116.upuqbt(active, since 27s) 2024-01-21T08:12:08.447 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:08.032087+0000 mon.smithi116 (mon.0) 189 : cluster [DBG] Standby manager daemon smithi195.fiwyoz started 2024-01-21T08:12:08.447 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:08.033172+0000 mon.smithi116 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.195:0/731869048' entity='mgr.smithi195.fiwyoz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-21T08:12:08.447 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:08.034783+0000 mon.smithi116 (mon.0) 191 : cluster [INF] overall HEALTH_OK 2024-01-21T08:12:08.448 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:08.035221+0000 mon.smithi116 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.195:0/731869048' entity='mgr.smithi195.fiwyoz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi195.fiwyoz/key"}]: dispatch 2024-01-21T08:12:08.448 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:08.035715+0000 mon.smithi116 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.195:0/731869048' entity='mgr.smithi195.fiwyoz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-21T08:12:08.448 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:08.037275+0000 mon.smithi116 (mon.0) 194 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:08.548 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-01-21T08:12:08.549 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":2,"fsid":"6e73547e-b834-11ee-95b0-87774f69a715","modified":"2024-01-21T08:12:02.995790Z","created":"2024-01-21T08:10:14.640467Z","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":"smithi116","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi195","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:3300","nonce":0},{"type":"v1","addr":"172.21.15.195:6789","nonce":0}]},"addr":"172.21.15.195:6789/0","public_addr":"172.21.15.195:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-21T08:12:08.550 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 2 2024-01-21T08:12:09.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:12:08.039026+0000 mgr.smithi116.upuqbt (mgr.14180) 18 : cephadm [INF] Deploying daemon node-exporter.smithi195 on smithi195 2024-01-21T08:12:09.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:08.091440+0000 mon.smithi116 (mon.0) 195 : cluster [DBG] mgrmap e18: smithi116.upuqbt(active, since 27s), standbys: smithi195.fiwyoz 2024-01-21T08:12:09.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:08.091598+0000 mon.smithi116 (mon.0) 196 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mgr metadata", "who": "smithi195.fiwyoz", "id": "smithi195.fiwyoz"}]: dispatch 2024-01-21T08:12:09.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:08.546746+0000 mon.smithi116 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.195:0/7792489' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T08:12:09.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:08.994906+0000 mon.smithi116 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-01-21T08:12:09.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:12:08.039026+0000 mgr.smithi116.upuqbt (mgr.14180) 18 : cephadm [INF] Deploying daemon node-exporter.smithi195 on smithi195 2024-01-21T08:12:09.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:08.091440+0000 mon.smithi116 (mon.0) 195 : cluster [DBG] mgrmap e18: smithi116.upuqbt(active, since 27s), standbys: smithi195.fiwyoz 2024-01-21T08:12:09.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:08.091598+0000 mon.smithi116 (mon.0) 196 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mgr metadata", "who": "smithi195.fiwyoz", "id": "smithi195.fiwyoz"}]: dispatch 2024-01-21T08:12:09.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:08.546746+0000 mon.smithi116 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.195:0/7792489' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T08:12:09.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:08.994906+0000 mon.smithi116 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mon metadata", "id": "smithi195"}]: dispatch 2024-01-21T08:12:10.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:08.511881+0000 mgr.smithi116.upuqbt (mgr.14180) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:10.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:08.511881+0000 mgr.smithi116.upuqbt (mgr.14180) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:11.372 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-21T08:12:11.373 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph config generate-minimal-conf 2024-01-21T08:12:11.706 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:10.512205+0000 mgr.smithi116.upuqbt (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:11.707 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:10.655516+0000 mon.smithi116 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:12.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:10.512205+0000 mgr.smithi116.upuqbt (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:12.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:10.655516+0000 mon.smithi116 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:12.692 INFO:teuthology.orchestra.run.smithi116.stdout:# minimal ceph.conf for 6e73547e-b834-11ee-95b0-87774f69a715 2024-01-21T08:12:12.692 INFO:teuthology.orchestra.run.smithi116.stdout:[global] 2024-01-21T08:12:12.692 INFO:teuthology.orchestra.run.smithi116.stdout: fsid = 6e73547e-b834-11ee-95b0-87774f69a715 2024-01-21T08:12:12.692 INFO:teuthology.orchestra.run.smithi116.stdout: mon_host = [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] 2024-01-21T08:12:13.062 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-21T08:12:13.063 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-21T08:12:13.063 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.conf 2024-01-21T08:12:13.092 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-21T08:12:13.092 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T08:12:13.159 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-01-21T08:12:13.159 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/etc/ceph/ceph.conf 2024-01-21T08:12:13.236 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-01-21T08:12:13.236 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T08:12:13.320 INFO:tasks.cephadm:Deploying OSDs... 2024-01-21T08:12:13.321 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-21T08:12:13.321 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T08:12:13.338 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T08:12:13.338 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/nvme1n1 2024-01-21T08:12:13.396 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/nvme1n1 2024-01-21T08:12:13.396 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:12:13.396 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 189733 Links: 1 Device type: 103,1 2024-01-21T08:12:13.396 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:12:13.397 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T08:12:13.397 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-21 08:11:12.002186229 +0000 2024-01-21T08:12:13.397 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-21 08:09:40.272716676 +0000 2024-01-21T08:12:13.397 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-21 08:09:40.272716676 +0000 2024-01-21T08:12:13.397 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-21T08:12:13.397 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-21T08:12:13.462 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-21T08:12:13.462 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-21T08:12:13.462 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.00031387 s, 1.6 MB/s 2024-01-21T08:12:13.463 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-21T08:12:13.522 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/nvme2n1 2024-01-21T08:12:13.580 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/nvme2n1 2024-01-21T08:12:13.580 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:12:13.580 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 189778 Links: 1 Device type: 103,2 2024-01-21T08:12:13.580 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:12:13.580 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T08:12:13.580 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-21 08:11:12.013186047 +0000 2024-01-21T08:12:13.580 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-21 08:09:40.418714223 +0000 2024-01-21T08:12:13.580 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-21 08:09:40.418714223 +0000 2024-01-21T08:12:13.580 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-21T08:12:13.581 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-21T08:12:13.648 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-21T08:12:13.649 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-21T08:12:13.649 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000236371 s, 2.2 MB/s 2024-01-21T08:12:13.649 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-21T08:12:13.707 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/nvme3n1 2024-01-21T08:12:13.765 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/nvme3n1 2024-01-21T08:12:13.766 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:12:13.766 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 189854 Links: 1 Device type: 103,3 2024-01-21T08:12:13.766 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:12:13.766 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T08:12:13.766 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-21 08:11:12.025185849 +0000 2024-01-21T08:12:13.766 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-21 08:09:40.565711755 +0000 2024-01-21T08:12:13.766 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-21 08:09:40.565711755 +0000 2024-01-21T08:12:13.766 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-21T08:12:13.766 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-21T08:12:13.829 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:12.512481+0000 mgr.smithi116.upuqbt (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:13.829 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:12.690888+0000 mon.smithi116 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.116:0/352930567' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:13.831 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-21T08:12:13.831 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-21T08:12:13.831 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000207413 s, 2.5 MB/s 2024-01-21T08:12:13.832 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-21T08:12:13.891 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/nvme4n1 2024-01-21T08:12:13.949 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/nvme4n1 2024-01-21T08:12:13.950 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:12:13.950 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 192081 Links: 1 Device type: 103,4 2024-01-21T08:12:13.950 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:12:13.950 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T08:12:13.950 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-21 08:11:12.036185668 +0000 2024-01-21T08:12:13.950 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-21 08:09:40.710709319 +0000 2024-01-21T08:12:13.950 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-21 08:09:40.710709319 +0000 2024-01-21T08:12:13.950 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-21T08:12:13.950 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-21T08:12:14.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:12.512481+0000 mgr.smithi116.upuqbt (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:14.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:12.690888+0000 mon.smithi116 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.116:0/352930567' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:14.014 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-21T08:12:14.014 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-21T08:12:14.015 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000252822 s, 2.0 MB/s 2024-01-21T08:12:14.015 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-21T08:12:14.074 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-01-21T08:12:14.074 DEBUG:teuthology.orchestra.run.smithi195:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T08:12:14.093 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T08:12:14.093 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/nvme1n1 2024-01-21T08:12:14.151 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/nvme1n1 2024-01-21T08:12:14.151 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:12:14.151 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 6h/6d Inode: 190544 Links: 1 Device type: 103,1 2024-01-21T08:12:14.151 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:12:14.151 INFO:teuthology.orchestra.run.smithi195.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T08:12:14.152 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2024-01-21 08:11:54.257705862 +0000 2024-01-21T08:12:14.152 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2024-01-21 08:09:41.894232390 +0000 2024-01-21T08:12:14.152 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2024-01-21 08:09:41.894232390 +0000 2024-01-21T08:12:14.152 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: - 2024-01-21T08:12:14.152 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-21T08:12:14.218 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2024-01-21T08:12:14.218 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2024-01-21T08:12:14.218 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 0.000141205 s, 3.6 MB/s 2024-01-21T08:12:14.220 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-21T08:12:14.282 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/nvme2n1 2024-01-21T08:12:14.339 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/nvme2n1 2024-01-21T08:12:14.339 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:12:14.339 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 6h/6d Inode: 186585 Links: 1 Device type: 103,2 2024-01-21T08:12:14.340 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:12:14.340 INFO:teuthology.orchestra.run.smithi195.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T08:12:14.340 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2024-01-21 08:11:54.265705709 +0000 2024-01-21T08:12:14.340 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2024-01-21 08:09:42.042229554 +0000 2024-01-21T08:12:14.340 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2024-01-21 08:09:42.042229554 +0000 2024-01-21T08:12:14.340 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: - 2024-01-21T08:12:14.340 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-21T08:12:14.405 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2024-01-21T08:12:14.406 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2024-01-21T08:12:14.406 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 0.000123381 s, 4.1 MB/s 2024-01-21T08:12:14.407 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-21T08:12:14.466 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/nvme3n1 2024-01-21T08:12:14.524 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/nvme3n1 2024-01-21T08:12:14.524 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:12:14.524 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 6h/6d Inode: 190694 Links: 1 Device type: 103,3 2024-01-21T08:12:14.525 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:12:14.525 INFO:teuthology.orchestra.run.smithi195.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T08:12:14.525 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2024-01-21 08:11:54.273705558 +0000 2024-01-21T08:12:14.525 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2024-01-21 08:09:42.186226794 +0000 2024-01-21T08:12:14.525 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2024-01-21 08:09:42.186226794 +0000 2024-01-21T08:12:14.525 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: - 2024-01-21T08:12:14.525 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-21T08:12:14.590 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2024-01-21T08:12:14.590 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2024-01-21T08:12:14.590 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 0.000127856 s, 4.0 MB/s 2024-01-21T08:12:14.591 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-21T08:12:14.650 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/nvme4n1 2024-01-21T08:12:14.707 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/nvme4n1 2024-01-21T08:12:14.708 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:12:14.708 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 6h/6d Inode: 190793 Links: 1 Device type: 103,4 2024-01-21T08:12:14.708 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:12:14.708 INFO:teuthology.orchestra.run.smithi195.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-21T08:12:14.708 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2024-01-21 08:11:54.282705386 +0000 2024-01-21T08:12:14.708 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2024-01-21 08:09:42.329224054 +0000 2024-01-21T08:12:14.708 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2024-01-21 08:09:42.329224054 +0000 2024-01-21T08:12:14.708 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: - 2024-01-21T08:12:14.708 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-21T08:12:14.773 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2024-01-21T08:12:14.773 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2024-01-21T08:12:14.773 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 0.00014523 s, 3.5 MB/s 2024-01-21T08:12:14.774 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-21T08:12:14.833 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-21T08:12:16.448 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:14.513044+0000 mgr.smithi116.upuqbt (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:16.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:14.513044+0000 mgr.smithi116.upuqbt (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:17.445 INFO:teuthology.orchestra.run.smithi195.stdout:Scheduled osd.all-available-devices update... 2024-01-21T08:12:17.973 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-21T08:12:17.973 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:12:18.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:16.513433+0000 mgr.smithi116.upuqbt (mgr.14180) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:18.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:17.119294+0000 mon.smithi116 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:18.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:17.120933+0000 mon.smithi116 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:12:18.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:17.443909+0000 mon.smithi116 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:18.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:16.513433+0000 mgr.smithi116.upuqbt (mgr.14180) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:18.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:17.119294+0000 mon.smithi116 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:18.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:17.120933+0000 mon.smithi116 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:12:18.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:17.443909+0000 mon.smithi116 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:19.306 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:17.435947+0000 mgr.smithi116.upuqbt (mgr.14180) 24 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:12:19.306 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:12:17.437616+0000 mgr.smithi116.upuqbt (mgr.14180) 25 : cephadm [INF] Marking host: smithi116 for OSDSpec preview refresh. 2024-01-21T08:12:19.306 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:12:17.437690+0000 mgr.smithi116.upuqbt (mgr.14180) 26 : cephadm [INF] Marking host: smithi195 for OSDSpec preview refresh. 2024-01-21T08:12:19.307 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:12:17.437995+0000 mgr.smithi116.upuqbt (mgr.14180) 27 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-21T08:12:19.307 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:18.409175+0000 mon.smithi116 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:19.307 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:18.412841+0000 mon.smithi116 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:19.307 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:18.413449+0000 mon.smithi116 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:19.307 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:18.414005+0000 mon.smithi116 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:12:19.307 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:18.438766+0000 mon.smithi116 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:19.308 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:18.462795+0000 mon.smithi116 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:19.308 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:18.465969+0000 mon.smithi116 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:19.308 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:18.469302+0000 mon.smithi116 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:12:19.308 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:18.471998+0000 mon.smithi116 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:12:19.308 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:18.472881+0000 mon.smithi116 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:12:19.308 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:18.473082+0000 mon.smithi116 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:19.309 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:18.473556+0000 mon.smithi116 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:19.396 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:12:19.459 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:17.435947+0000 mgr.smithi116.upuqbt (mgr.14180) 24 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:12:19.459 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:12:17.437616+0000 mgr.smithi116.upuqbt (mgr.14180) 25 : cephadm [INF] Marking host: smithi116 for OSDSpec preview refresh. 2024-01-21T08:12:19.459 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:12:17.437690+0000 mgr.smithi116.upuqbt (mgr.14180) 26 : cephadm [INF] Marking host: smithi195 for OSDSpec preview refresh. 2024-01-21T08:12:19.459 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:12:17.437995+0000 mgr.smithi116.upuqbt (mgr.14180) 27 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-21T08:12:19.459 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:18.409175+0000 mon.smithi116 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:19.459 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:18.412841+0000 mon.smithi116 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:19.459 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:18.413449+0000 mon.smithi116 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:19.459 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:18.414005+0000 mon.smithi116 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:12:19.459 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:18.438766+0000 mon.smithi116 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:19.459 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:18.462795+0000 mon.smithi116 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:19.460 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:18.465969+0000 mon.smithi116 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:19.460 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:18.469302+0000 mon.smithi116 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:12:19.460 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:18.471998+0000 mon.smithi116 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:12:19.460 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:18.472881+0000 mon.smithi116 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:12:19.460 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:18.473082+0000 mon.smithi116 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:19.460 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:18.473556+0000 mon.smithi116 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:19.928 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-21T08:12:20.259 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:12:18.414755+0000 mgr.smithi116.upuqbt (mgr.14180) 28 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2024-01-21T08:12:20.259 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:12:18.414992+0000 mgr.smithi116.upuqbt (mgr.14180) 29 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2024-01-21T08:12:20.259 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:18.513742+0000 mgr.smithi116.upuqbt (mgr.14180) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:20.259 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:19.395600+0000 mon.smithi116 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.116:0/4273150281' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:20.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:12:18.414755+0000 mgr.smithi116.upuqbt (mgr.14180) 28 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2024-01-21T08:12:20.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:12:18.414992+0000 mgr.smithi116.upuqbt (mgr.14180) 29 : cephadm [INF] Updating smithi195:/etc/ceph/ceph.conf 2024-01-21T08:12:20.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:18.513742+0000 mgr.smithi116.upuqbt (mgr.14180) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:20.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:19.395600+0000 mon.smithi116 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.116:0/4273150281' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:20.929 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:12:21.503 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:20.461236+0000 mon.smithi195 (mon.1) 2 : audit [INF] from='client.? 172.21.15.195:0/1155630552' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "373407cd-ccda-4d88-9025-41771d825fa0"}]: dispatch 2024-01-21T08:12:21.504 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:20.461653+0000 mon.smithi116 (mon.0) 217 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "373407cd-ccda-4d88-9025-41771d825fa0"}]: dispatch 2024-01-21T08:12:21.504 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:20.465160+0000 mon.smithi116 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "373407cd-ccda-4d88-9025-41771d825fa0"}]': finished 2024-01-21T08:12:21.504 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:20.465233+0000 mon.smithi116 (mon.0) 219 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-21T08:12:21.504 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:20.465339+0000 mon.smithi116 (mon.0) 220 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:21.504 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:20.665902+0000 mon.smithi116 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:21.504 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:21.046586+0000 mon.smithi116 (mon.0) 222 : audit [INF] from='client.? 172.21.15.116:0/2936208150' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c983a6cc-f052-43ad-9da4-efa87821730f"}]: dispatch 2024-01-21T08:12:21.504 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:21.051898+0000 mon.smithi116 (mon.0) 223 : audit [INF] from='client.? 172.21.15.116:0/2936208150' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c983a6cc-f052-43ad-9da4-efa87821730f"}]': finished 2024-01-21T08:12:21.504 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:21.051942+0000 mon.smithi116 (mon.0) 224 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-21T08:12:21.504 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:21.052046+0000 mon.smithi116 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:21.504 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:21.052318+0000 mon.smithi116 (mon.0) 226 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:21.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:20.461236+0000 mon.smithi195 (mon.1) 2 : audit [INF] from='client.? 172.21.15.195:0/1155630552' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "373407cd-ccda-4d88-9025-41771d825fa0"}]: dispatch 2024-01-21T08:12:21.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:20.461653+0000 mon.smithi116 (mon.0) 217 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "373407cd-ccda-4d88-9025-41771d825fa0"}]: dispatch 2024-01-21T08:12:21.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:20.465160+0000 mon.smithi116 (mon.0) 218 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "373407cd-ccda-4d88-9025-41771d825fa0"}]': finished 2024-01-21T08:12:21.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:20.465233+0000 mon.smithi116 (mon.0) 219 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-21T08:12:21.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:20.465339+0000 mon.smithi116 (mon.0) 220 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:21.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:20.665902+0000 mon.smithi116 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:21.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:21.046586+0000 mon.smithi116 (mon.0) 222 : audit [INF] from='client.? 172.21.15.116:0/2936208150' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c983a6cc-f052-43ad-9da4-efa87821730f"}]: dispatch 2024-01-21T08:12:21.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:21.051898+0000 mon.smithi116 (mon.0) 223 : audit [INF] from='client.? 172.21.15.116:0/2936208150' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c983a6cc-f052-43ad-9da4-efa87821730f"}]': finished 2024-01-21T08:12:21.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:21.051942+0000 mon.smithi116 (mon.0) 224 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-21T08:12:21.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:21.052046+0000 mon.smithi116 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:21.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:21.052318+0000 mon.smithi116 (mon.0) 226 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:22.429 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:12:22.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:20.513973+0000 mgr.smithi116.upuqbt (mgr.14180) 31 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:22.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:21.709474+0000 mon.smithi195 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.195:0/792049367' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:12:22.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:20.513973+0000 mgr.smithi116.upuqbt (mgr.14180) 31 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:22.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:21.709474+0000 mon.smithi195 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.195:0/792049367' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:12:23.143 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1705824741,"num_remapped_pgs":0} 2024-01-21T08:12:23.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:23 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:22.427407+0000 mon.smithi116 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.116:0/1228957940' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:23.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:23 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:22.577720+0000 mon.smithi116 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.116:0/509015899' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:12:23.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:23 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:22.427407+0000 mon.smithi116 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.116:0/1228957940' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:23.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:23 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:22.577720+0000 mon.smithi116 (mon.0) 228 : audit [DBG] from='client.? 172.21.15.116:0/509015899' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:12:24.144 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:12:24.498 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:22.514245+0000 mgr.smithi116.upuqbt (mgr.14180) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:24.498 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:24.211975+0000 mon.smithi195 (mon.1) 4 : audit [INF] from='client.? 172.21.15.195:0/1066365123' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f1322a2-b420-4b75-b624-d0dc21ff79c7"}]: dispatch 2024-01-21T08:12:24.498 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:24.212444+0000 mon.smithi116 (mon.0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f1322a2-b420-4b75-b624-d0dc21ff79c7"}]: dispatch 2024-01-21T08:12:24.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:22.514245+0000 mgr.smithi116.upuqbt (mgr.14180) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:24.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:24.211975+0000 mon.smithi195 (mon.1) 4 : audit [INF] from='client.? 172.21.15.195:0/1066365123' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f1322a2-b420-4b75-b624-d0dc21ff79c7"}]: dispatch 2024-01-21T08:12:24.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:24.212444+0000 mon.smithi116 (mon.0) 229 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f1322a2-b420-4b75-b624-d0dc21ff79c7"}]: dispatch 2024-01-21T08:12:25.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:24.216920+0000 mon.smithi116 (mon.0) 230 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9f1322a2-b420-4b75-b624-d0dc21ff79c7"}]': finished 2024-01-21T08:12:25.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:24.216992+0000 mon.smithi116 (mon.0) 231 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-21T08:12:25.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:24.217125+0000 mon.smithi116 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:25.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:24.217700+0000 mon.smithi116 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:25.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:24.217857+0000 mon.smithi116 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:25.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:25.123323+0000 mon.smithi116 (mon.0) 235 : audit [INF] from='client.? 172.21.15.116:0/2192747050' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a9fda2ae-b6ee-4511-9590-6f5faa2368b7"}]: dispatch 2024-01-21T08:12:25.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:25.126777+0000 mon.smithi116 (mon.0) 236 : audit [INF] from='client.? 172.21.15.116:0/2192747050' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a9fda2ae-b6ee-4511-9590-6f5faa2368b7"}]': finished 2024-01-21T08:12:25.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:25.126816+0000 mon.smithi116 (mon.0) 237 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-21T08:12:25.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:25.126918+0000 mon.smithi116 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:25.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:25.127257+0000 mon.smithi116 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:25.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:25.127456+0000 mon.smithi116 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:25.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:25.127665+0000 mon.smithi116 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:25.528 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:12:25.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:24.216920+0000 mon.smithi116 (mon.0) 230 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9f1322a2-b420-4b75-b624-d0dc21ff79c7"}]': finished 2024-01-21T08:12:25.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:24.216992+0000 mon.smithi116 (mon.0) 231 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-21T08:12:25.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:24.217125+0000 mon.smithi116 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:25.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:24.217700+0000 mon.smithi116 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:25.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:24.217857+0000 mon.smithi116 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:25.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:25.123323+0000 mon.smithi116 (mon.0) 235 : audit [INF] from='client.? 172.21.15.116:0/2192747050' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a9fda2ae-b6ee-4511-9590-6f5faa2368b7"}]: dispatch 2024-01-21T08:12:25.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:25.126777+0000 mon.smithi116 (mon.0) 236 : audit [INF] from='client.? 172.21.15.116:0/2192747050' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a9fda2ae-b6ee-4511-9590-6f5faa2368b7"}]': finished 2024-01-21T08:12:25.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:25.126816+0000 mon.smithi116 (mon.0) 237 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-21T08:12:25.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:25.126918+0000 mon.smithi116 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:25.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:25.127257+0000 mon.smithi116 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:25.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:25.127456+0000 mon.smithi116 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:25.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:25.127665+0000 mon.smithi116 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:25.995 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1705824745,"num_remapped_pgs":0} 2024-01-21T08:12:26.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:24.514498+0000 mgr.smithi116.upuqbt (mgr.14180) 33 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:26.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:25.389165+0000 mon.smithi195 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.195:0/1165054701' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:12:26.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:25.526431+0000 mon.smithi116 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.116:0/3568986394' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:26.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:24.514498+0000 mgr.smithi116.upuqbt (mgr.14180) 33 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:26.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:25.389165+0000 mon.smithi195 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.195:0/1165054701' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:12:26.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:25.526431+0000 mon.smithi116 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.116:0/3568986394' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:26.997 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:12:27.331 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:27 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:26.448235+0000 mon.smithi116 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.116:0/1001773837' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:12:27.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:27 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:26.448235+0000 mon.smithi116 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.116:0/1001773837' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:12:28.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:26.514721+0000 mgr.smithi116.upuqbt (mgr.14180) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:28.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:27.885529+0000 mon.smithi195 (mon.1) 6 : audit [INF] from='client.? 172.21.15.195:0/4151773042' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "484da0ca-a82f-43d9-a3e4-b5347286ff48"}]: dispatch 2024-01-21T08:12:28.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:27.885985+0000 mon.smithi116 (mon.0) 244 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "484da0ca-a82f-43d9-a3e4-b5347286ff48"}]: dispatch 2024-01-21T08:12:28.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:27.889407+0000 mon.smithi116 (mon.0) 245 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "484da0ca-a82f-43d9-a3e4-b5347286ff48"}]': finished 2024-01-21T08:12:28.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:27.889452+0000 mon.smithi116 (mon.0) 246 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-21T08:12:28.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:27.889559+0000 mon.smithi116 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:28.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:27.889814+0000 mon.smithi116 (mon.0) 248 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:28.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:27.889957+0000 mon.smithi116 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:28.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:27.890102+0000 mon.smithi116 (mon.0) 250 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:28.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:27.890246+0000 mon.smithi116 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:28.359 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:12:28.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:26.514721+0000 mgr.smithi116.upuqbt (mgr.14180) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:28.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:27.885529+0000 mon.smithi195 (mon.1) 6 : audit [INF] from='client.? 172.21.15.195:0/4151773042' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "484da0ca-a82f-43d9-a3e4-b5347286ff48"}]: dispatch 2024-01-21T08:12:28.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:27.885985+0000 mon.smithi116 (mon.0) 244 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "484da0ca-a82f-43d9-a3e4-b5347286ff48"}]: dispatch 2024-01-21T08:12:28.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:27.889407+0000 mon.smithi116 (mon.0) 245 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "484da0ca-a82f-43d9-a3e4-b5347286ff48"}]': finished 2024-01-21T08:12:28.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:27.889452+0000 mon.smithi116 (mon.0) 246 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-21T08:12:28.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:27.889559+0000 mon.smithi116 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:28.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:27.889814+0000 mon.smithi116 (mon.0) 248 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:28.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:27.889957+0000 mon.smithi116 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:28.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:27.890102+0000 mon.smithi116 (mon.0) 250 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:28.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:27.890246+0000 mon.smithi116 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:28.721 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1705824747,"num_remapped_pgs":0} 2024-01-21T08:12:29.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:28.357739+0000 mon.smithi116 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.116:0/2770182969' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:29.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:28.974613+0000 mon.smithi116 (mon.0) 253 : audit [INF] from='client.? 172.21.15.116:0/1239724763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "32ebb7cc-8894-4599-85a4-fe3065d10532"}]: dispatch 2024-01-21T08:12:29.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:28.978081+0000 mon.smithi116 (mon.0) 254 : audit [INF] from='client.? 172.21.15.116:0/1239724763' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "32ebb7cc-8894-4599-85a4-fe3065d10532"}]': finished 2024-01-21T08:12:29.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:28.978123+0000 mon.smithi116 (mon.0) 255 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-21T08:12:29.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:28.978206+0000 mon.smithi116 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:29.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:28.978472+0000 mon.smithi116 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:29.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:28.978616+0000 mon.smithi116 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:29.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:28.978761+0000 mon.smithi116 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:29.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:28.978891+0000 mon.smithi116 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:29.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:28.979023+0000 mon.smithi116 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:29.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:29.112916+0000 mon.smithi195 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.195:0/3252324434' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:12:29.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:28.357739+0000 mon.smithi116 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.116:0/2770182969' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:29.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:28.974613+0000 mon.smithi116 (mon.0) 253 : audit [INF] from='client.? 172.21.15.116:0/1239724763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "32ebb7cc-8894-4599-85a4-fe3065d10532"}]: dispatch 2024-01-21T08:12:29.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:28.978081+0000 mon.smithi116 (mon.0) 254 : audit [INF] from='client.? 172.21.15.116:0/1239724763' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "32ebb7cc-8894-4599-85a4-fe3065d10532"}]': finished 2024-01-21T08:12:29.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:28.978123+0000 mon.smithi116 (mon.0) 255 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-21T08:12:29.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:28.978206+0000 mon.smithi116 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:29.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:28.978472+0000 mon.smithi116 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:29.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:28.978616+0000 mon.smithi116 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:29.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:28.978761+0000 mon.smithi116 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:29.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:28.978891+0000 mon.smithi116 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:29.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:28.979023+0000 mon.smithi116 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:29.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:29.112916+0000 mon.smithi195 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.195:0/3252324434' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:12:29.723 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:12:30.381 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:30 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:28.515016+0000 mgr.smithi116.upuqbt (mgr.14180) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:30.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:30 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:28.515016+0000 mgr.smithi116.upuqbt (mgr.14180) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:31.041 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:12:31.316 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:31 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:30.283834+0000 mon.smithi116 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.116:0/544320586' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:12:31.317 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:31 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:31.039666+0000 mon.smithi116 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.116:0/2692139237' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:31.401 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1705824748,"num_remapped_pgs":0} 2024-01-21T08:12:31.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:31 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:30.283834+0000 mon.smithi116 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.116:0/544320586' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:12:31.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:31 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:31.039666+0000 mon.smithi116 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.116:0/2692139237' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:32.403 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:12:32.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:30.515309+0000 mgr.smithi116.upuqbt (mgr.14180) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:32.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:31.615962+0000 mon.smithi195 (mon.1) 8 : audit [INF] from='client.? 172.21.15.195:0/1260453415' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9686f1b9-67e2-448e-8f4c-bdc60ea04af9"}]: dispatch 2024-01-21T08:12:32.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:31.616418+0000 mon.smithi116 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9686f1b9-67e2-448e-8f4c-bdc60ea04af9"}]: dispatch 2024-01-21T08:12:32.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:31.619679+0000 mon.smithi116 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9686f1b9-67e2-448e-8f4c-bdc60ea04af9"}]': finished 2024-01-21T08:12:32.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:31.619724+0000 mon.smithi116 (mon.0) 266 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-21T08:12:32.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:31.619818+0000 mon.smithi116 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:32.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:31.620082+0000 mon.smithi116 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:32.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:31.620233+0000 mon.smithi116 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:32.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:31.620388+0000 mon.smithi116 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:32.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:31.620531+0000 mon.smithi116 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:32.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:31.620692+0000 mon.smithi116 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:32.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:31.620839+0000 mon.smithi116 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:32.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:30.515309+0000 mgr.smithi116.upuqbt (mgr.14180) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:32.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:31.615962+0000 mon.smithi195 (mon.1) 8 : audit [INF] from='client.? 172.21.15.195:0/1260453415' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9686f1b9-67e2-448e-8f4c-bdc60ea04af9"}]: dispatch 2024-01-21T08:12:32.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:31.616418+0000 mon.smithi116 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9686f1b9-67e2-448e-8f4c-bdc60ea04af9"}]: dispatch 2024-01-21T08:12:32.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:31.619679+0000 mon.smithi116 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9686f1b9-67e2-448e-8f4c-bdc60ea04af9"}]': finished 2024-01-21T08:12:32.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:31.619724+0000 mon.smithi116 (mon.0) 266 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-21T08:12:32.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:31.619818+0000 mon.smithi116 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:32.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:31.620082+0000 mon.smithi116 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:32.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:31.620233+0000 mon.smithi116 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:32.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:31.620388+0000 mon.smithi116 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:32.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:31.620531+0000 mon.smithi116 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:32.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:31.620692+0000 mon.smithi116 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:32.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:31.620839+0000 mon.smithi116 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:33.327 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:32.801541+0000 mon.smithi195 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.195:0/1898833105' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:12:33.327 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:32.855278+0000 mon.smithi116 (mon.0) 274 : audit [INF] from='client.? 172.21.15.116:0/3235070010' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f52edba4-1856-4d7a-90e8-72ef52662501"}]: dispatch 2024-01-21T08:12:33.327 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:32.858667+0000 mon.smithi116 (mon.0) 275 : audit [INF] from='client.? 172.21.15.116:0/3235070010' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f52edba4-1856-4d7a-90e8-72ef52662501"}]': finished 2024-01-21T08:12:33.327 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:32.858703+0000 mon.smithi116 (mon.0) 276 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-21T08:12:33.327 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:32.858800+0000 mon.smithi116 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:33.327 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:32.859122+0000 mon.smithi116 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:33.327 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:32.859330+0000 mon.smithi116 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:33.328 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:32.859528+0000 mon.smithi116 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:33.328 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:32.859736+0000 mon.smithi116 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:33.328 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:32.859965+0000 mon.smithi116 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:33.328 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:32.860161+0000 mon.smithi116 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:33.328 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:32.860361+0000 mon.smithi116 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:33.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:32.801541+0000 mon.smithi195 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.195:0/1898833105' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:12:33.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:32.855278+0000 mon.smithi116 (mon.0) 274 : audit [INF] from='client.? 172.21.15.116:0/3235070010' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f52edba4-1856-4d7a-90e8-72ef52662501"}]: dispatch 2024-01-21T08:12:33.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:32.858667+0000 mon.smithi116 (mon.0) 275 : audit [INF] from='client.? 172.21.15.116:0/3235070010' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f52edba4-1856-4d7a-90e8-72ef52662501"}]': finished 2024-01-21T08:12:33.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:32.858703+0000 mon.smithi116 (mon.0) 276 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-21T08:12:33.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:32.858800+0000 mon.smithi116 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:33.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:32.859122+0000 mon.smithi116 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:33.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:32.859330+0000 mon.smithi116 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:33.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:32.859528+0000 mon.smithi116 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:33.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:32.859736+0000 mon.smithi116 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:33.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:32.859965+0000 mon.smithi116 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:33.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:32.860161+0000 mon.smithi116 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:33.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:32.860361+0000 mon.smithi116 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:33.961 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:12:34.318 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705824752,"num_remapped_pgs":0} 2024-01-21T08:12:34.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:34 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:32.515561+0000 mgr.smithi116.upuqbt (mgr.14180) 37 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:34.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:34 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:33.960028+0000 mon.smithi116 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.116:0/3568023551' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:34.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:32.515561+0000 mgr.smithi116.upuqbt (mgr.14180) 37 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:34.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:33.960028+0000 mon.smithi116 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.116:0/3568023551' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:35.302 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:35 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:34.319740+0000 mon.smithi116 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.116:0/360065723' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:12:35.320 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:12:35.636 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:35 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:34.319740+0000 mon.smithi116 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.116:0/360065723' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:12:36.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:34.515924+0000 mgr.smithi116.upuqbt (mgr.14180) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:36.599 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:34.515924+0000 mgr.smithi116.upuqbt (mgr.14180) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:36.687 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:12:37.119 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705824752,"num_remapped_pgs":0} 2024-01-21T08:12:37.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:36.685972+0000 mon.smithi116 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.116:0/45458372' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:37.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:37.063326+0000 mon.smithi116 (mon.0) 288 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-21T08:12:37.400 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:37.063900+0000 mon.smithi116 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:37.420 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:37 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:36.685972+0000 mon.smithi116 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.116:0/45458372' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:37.420 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:37 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:37.063326+0000 mon.smithi116 (mon.0) 288 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-21T08:12:37.420 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:37 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:37.063900+0000 mon.smithi116 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:38.120 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:12:38.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:36.516190+0000 mgr.smithi116.upuqbt (mgr.14180) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:38.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:12:37.064365+0000 mgr.smithi116.upuqbt (mgr.14180) 40 : cephadm [INF] Deploying daemon osd.0 on smithi195 2024-01-21T08:12:38.409 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:38 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:36.516190+0000 mgr.smithi116.upuqbt (mgr.14180) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:38.410 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:38 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:12:37.064365+0000 mgr.smithi116.upuqbt (mgr.14180) 40 : cephadm [INF] Deploying daemon osd.0 on smithi195 2024-01-21T08:12:39.388 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:39 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:38.802491+0000 mon.smithi116 (mon.0) 290 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-21T08:12:39.388 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:39 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:38.803079+0000 mon.smithi116 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:39.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:39 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:38.802491+0000 mon.smithi116 (mon.0) 290 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-21T08:12:39.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:39 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:38.803079+0000 mon.smithi116 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:39.773 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:12:40.213 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705824752,"num_remapped_pgs":0} 2024-01-21T08:12:40.530 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:40 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:38.516462+0000 mgr.smithi116.upuqbt (mgr.14180) 41 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:40.531 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:40 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:12:38.803536+0000 mgr.smithi116.upuqbt (mgr.14180) 42 : cephadm [INF] Deploying daemon osd.1 on smithi116 2024-01-21T08:12:40.531 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:40 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:39.772801+0000 mon.smithi116 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.116:0/2018980919' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:40.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:40 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:38.516462+0000 mgr.smithi116.upuqbt (mgr.14180) 41 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:40.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:40 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:12:38.803536+0000 mgr.smithi116.upuqbt (mgr.14180) 42 : cephadm [INF] Deploying daemon osd.1 on smithi116 2024-01-21T08:12:40.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:40 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:39.772801+0000 mon.smithi116 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.116:0/2018980919' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:41.214 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:12:41.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:40.516917+0000 mgr.smithi116.upuqbt (mgr.14180) 43 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:41.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:40.581247+0000 mon.smithi116 (mon.0) 293 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:41.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:40.581826+0000 mon.smithi116 (mon.0) 294 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-21T08:12:41.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:40.582329+0000 mon.smithi116 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:41.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:12:40.582799+0000 mgr.smithi116.upuqbt (mgr.14180) 44 : cephadm [INF] Deploying daemon osd.2 on smithi195 2024-01-21T08:12:41.923 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:40.516917+0000 mgr.smithi116.upuqbt (mgr.14180) 43 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:41.923 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:40.581247+0000 mon.smithi116 (mon.0) 293 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:41.923 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:40.581826+0000 mon.smithi116 (mon.0) 294 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-21T08:12:41.923 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:40.582329+0000 mon.smithi116 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:41.923 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:12:40.582799+0000 mgr.smithi116.upuqbt (mgr.14180) 44 : cephadm [INF] Deploying daemon osd.2 on smithi195 2024-01-21T08:12:42.752 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:12:43.077 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705824752,"num_remapped_pgs":0} 2024-01-21T08:12:43.690 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:42.517169+0000 mgr.smithi116.upuqbt (mgr.14180) 45 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:43.690 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:42.750414+0000 mon.smithi116 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.116:0/2600104212' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:43.691 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:42.841392+0000 mon.smithi116 (mon.0) 297 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:43.691 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:42.842216+0000 mon.smithi116 (mon.0) 298 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-21T08:12:43.691 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:42.842750+0000 mon.smithi116 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:43.691 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:12:42.843229+0000 mgr.smithi116.upuqbt (mgr.14180) 46 : cephadm [INF] Deploying daemon osd.3 on smithi116 2024-01-21T08:12:44.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:43 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:42.517169+0000 mgr.smithi116.upuqbt (mgr.14180) 45 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:44.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:43 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:42.750414+0000 mon.smithi116 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.116:0/2600104212' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:44.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:43 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:42.841392+0000 mon.smithi116 (mon.0) 297 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:44.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:43 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:42.842216+0000 mon.smithi116 (mon.0) 298 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-21T08:12:44.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:43 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:42.842750+0000 mon.smithi116 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:44.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:43 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:12:42.843229+0000 mgr.smithi116.upuqbt (mgr.14180) 46 : cephadm [INF] Deploying daemon osd.3 on smithi116 2024-01-21T08:12:44.079 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:12:44.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:43.783128+0000 mon.smithi195 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.195:6800/142926904,v1:172.21.15.195:6801/142926904]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T08:12:44.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:43.783537+0000 mon.smithi116 (mon.0) 300 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T08:12:44.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:44.297914+0000 mon.smithi116 (mon.0) 301 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:44.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:44.298990+0000 mon.smithi116 (mon.0) 302 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-21T08:12:44.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:44.299809+0000 mon.smithi116 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:44.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:12:44.300518+0000 mgr.smithi116.upuqbt (mgr.14180) 47 : cephadm [INF] Deploying daemon osd.4 on smithi195 2024-01-21T08:12:44.890 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:43.783128+0000 mon.smithi195 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.195:6800/142926904,v1:172.21.15.195:6801/142926904]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T08:12:44.890 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:43.783537+0000 mon.smithi116 (mon.0) 300 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T08:12:44.890 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:44.297914+0000 mon.smithi116 (mon.0) 301 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:44.890 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:44.298990+0000 mon.smithi116 (mon.0) 302 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-21T08:12:44.890 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:44.299809+0000 mon.smithi116 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:44.891 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:12:44.300518+0000 mgr.smithi116.upuqbt (mgr.14180) 47 : cephadm [INF] Deploying daemon osd.4 on smithi195 2024-01-21T08:12:45.475 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:12:45.823 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705824752,"num_remapped_pgs":0} 2024-01-21T08:12:45.872 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:44.517647+0000 mgr.smithi116.upuqbt (mgr.14180) 48 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:45.872 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:44.602297+0000 mon.smithi116 (mon.0) 304 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-21T08:12:45.872 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:44.602353+0000 mon.smithi116 (mon.0) 305 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-21T08:12:45.872 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:44.602436+0000 mon.smithi116 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:45.872 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:44.602731+0000 mon.smithi116 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:45.873 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:44.602856+0000 mon.smithi116 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:45.873 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:44.602981+0000 mon.smithi195 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.195:6800/142926904,v1:172.21.15.195:6801/142926904]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-01-21T08:12:45.873 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:44.603023+0000 mon.smithi116 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:45.873 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:44.603165+0000 mon.smithi116 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:45.873 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:44.603338+0000 mon.smithi116 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:45.873 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:44.603518+0000 mon.smithi116 (mon.0) 312 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-01-21T08:12:45.873 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:44.603739+0000 mon.smithi116 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:45.873 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:44.603868+0000 mon.smithi116 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:45.873 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:45.473184+0000 mon.smithi116 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.116:0/1564140769' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:45.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:44.517647+0000 mgr.smithi116.upuqbt (mgr.14180) 48 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:45.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:44.602297+0000 mon.smithi116 (mon.0) 304 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-21T08:12:45.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:44.602353+0000 mon.smithi116 (mon.0) 305 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-21T08:12:45.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:44.602436+0000 mon.smithi116 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:45.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:44.602731+0000 mon.smithi116 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:45.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:44.602856+0000 mon.smithi116 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:45.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:44.602981+0000 mon.smithi195 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.195:6800/142926904,v1:172.21.15.195:6801/142926904]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-01-21T08:12:45.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:44.603023+0000 mon.smithi116 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:45.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:44.603165+0000 mon.smithi116 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:45.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:44.603338+0000 mon.smithi116 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:45.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:44.603518+0000 mon.smithi116 (mon.0) 312 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-01-21T08:12:45.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:44.603739+0000 mon.smithi116 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:45.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:44.603868+0000 mon.smithi116 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:45.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:45.473184+0000 mon.smithi116 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.116:0/1564140769' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:46.824 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:12:46.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:45.606489+0000 mon.smithi116 (mon.0) 316 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2024-01-21T08:12:46.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:45.606601+0000 mon.smithi116 (mon.0) 317 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-21T08:12:46.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:45.607035+0000 mon.smithi116 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:46.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:45.607282+0000 mon.smithi116 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:46.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:45.607420+0000 mon.smithi116 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:46.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:45.607587+0000 mon.smithi116 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:46.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:45.607704+0000 mon.smithi116 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:46.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:45.610720+0000 mon.smithi116 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:46.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:45.611063+0000 mon.smithi116 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:46.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:45.611189+0000 mon.smithi116 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:46.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:45.611359+0000 mon.smithi116 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:46.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:46.040305+0000 mon.smithi116 (mon.0) 327 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/2165502115,v1:172.21.15.116:6803/2165502115]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-21T08:12:47.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:45.606489+0000 mon.smithi116 (mon.0) 316 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2024-01-21T08:12:47.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:45.606601+0000 mon.smithi116 (mon.0) 317 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-21T08:12:47.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:45.607035+0000 mon.smithi116 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:47.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:45.607282+0000 mon.smithi116 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:47.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:45.607420+0000 mon.smithi116 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:47.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:45.607587+0000 mon.smithi116 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:47.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:45.607704+0000 mon.smithi116 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:47.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:45.610720+0000 mon.smithi116 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:47.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:45.611063+0000 mon.smithi116 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:47.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:45.611189+0000 mon.smithi116 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:47.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:45.611359+0000 mon.smithi116 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:47.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:46.040305+0000 mon.smithi116 (mon.0) 327 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/2165502115,v1:172.21.15.116:6803/2165502115]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-21T08:12:47.748 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:44.782061+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:12:47.748 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:44.782106+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:12:47.748 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:46.517890+0000 mgr.smithi116.upuqbt (mgr.14180) 49 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:47.748 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:46.611928+0000 mon.smithi116 (mon.0) 328 : cluster [INF] osd.0 [v2:172.21.15.195:6800/142926904,v1:172.21.15.195:6801/142926904] boot 2024-01-21T08:12:47.748 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:46.611991+0000 mon.smithi116 (mon.0) 329 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/2165502115,v1:172.21.15.116:6803/2165502115]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-21T08:12:47.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:46.612053+0000 mon.smithi116 (mon.0) 330 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-21T08:12:47.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:46.612449+0000 mon.smithi116 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:47.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:46.612755+0000 mon.smithi116 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:47.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:46.612962+0000 mon.smithi116 (mon.0) 333 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/2165502115,v1:172.21.15.116:6803/2165502115]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-21T08:12:47.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:46.616868+0000 mon.smithi116 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:47.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:46.617071+0000 mon.smithi116 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:47.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:46.617265+0000 mon.smithi116 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:47.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:46.617453+0000 mon.smithi116 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:47.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:46.617680+0000 mon.smithi116 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:47.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:46.617906+0000 mon.smithi116 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:47.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:46.658470+0000 mon.smithi116 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:47.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:46.659128+0000 mon.smithi116 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-21T08:12:47.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:46.659620+0000 mon.smithi116 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:47.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:12:46.660056+0000 mgr.smithi116.upuqbt (mgr.14180) 50 : cephadm [INF] Deploying daemon osd.5 on smithi116 2024-01-21T08:12:47.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:47.518088+0000 mon.smithi195 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.195:6808/1628225921,v1:172.21.15.195:6809/1628225921]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T08:12:47.750 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:47.518397+0000 mon.smithi116 (mon.0) 343 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T08:12:48.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:44.782061+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:12:48.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:44.782106+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:12:48.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:46.517890+0000 mgr.smithi116.upuqbt (mgr.14180) 49 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:12:48.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:46.611928+0000 mon.smithi116 (mon.0) 328 : cluster [INF] osd.0 [v2:172.21.15.195:6800/142926904,v1:172.21.15.195:6801/142926904] boot 2024-01-21T08:12:48.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:46.611991+0000 mon.smithi116 (mon.0) 329 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/2165502115,v1:172.21.15.116:6803/2165502115]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-21T08:12:48.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:46.612053+0000 mon.smithi116 (mon.0) 330 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-21T08:12:48.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:46.612449+0000 mon.smithi116 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:12:48.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:46.612755+0000 mon.smithi116 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:48.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:46.612962+0000 mon.smithi116 (mon.0) 333 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/2165502115,v1:172.21.15.116:6803/2165502115]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-21T08:12:48.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:46.616868+0000 mon.smithi116 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:48.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:46.617071+0000 mon.smithi116 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:48.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:46.617265+0000 mon.smithi116 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:48.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:46.617453+0000 mon.smithi116 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:48.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:46.617680+0000 mon.smithi116 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:48.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:46.617906+0000 mon.smithi116 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:48.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:46.658470+0000 mon.smithi116 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:48.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:46.659128+0000 mon.smithi116 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-21T08:12:48.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:46.659620+0000 mon.smithi116 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:48.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:12:46.660056+0000 mgr.smithi116.upuqbt (mgr.14180) 50 : cephadm [INF] Deploying daemon osd.5 on smithi116 2024-01-21T08:12:48.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:47.518088+0000 mon.smithi195 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.195:6808/1628225921,v1:172.21.15.195:6809/1628225921]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T08:12:48.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:47.518397+0000 mon.smithi116 (mon.0) 343 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T08:12:48.414 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:12:48.882 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:47.612964+0000 mon.smithi116 (mon.0) 344 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/2165502115,v1:172.21.15.116:6803/2165502115]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-21T08:12:48.882 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:47.613016+0000 mon.smithi116 (mon.0) 345 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-21T08:12:48.882 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:47.613067+0000 mon.smithi116 (mon.0) 346 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-21T08:12:48.882 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:47.613174+0000 mon.smithi116 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:48.882 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:47.613570+0000 mon.smithi195 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.195:6808/1628225921,v1:172.21.15.195:6809/1628225921]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-01-21T08:12:48.882 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:47.613890+0000 mon.smithi116 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:48.882 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:47.614062+0000 mon.smithi116 (mon.0) 349 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-01-21T08:12:48.882 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:47.614520+0000 mon.smithi116 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:48.882 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:47.618210+0000 mon.smithi116 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:48.883 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:47.618351+0000 mon.smithi116 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:48.883 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:47.618497+0000 mon.smithi116 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:48.883 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:47.618691+0000 mon.smithi116 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:48.883 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:47.618824+0000 mon.smithi116 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:48.883 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:48.196726+0000 mon.smithi116 (mon.0) 356 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:48.883 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:48.197422+0000 mon.smithi116 (mon.0) 357 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-21T08:12:48.883 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:48.198005+0000 mon.smithi116 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:48.883 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:12:48.198526+0000 mgr.smithi116.upuqbt (mgr.14180) 51 : cephadm [INF] Deploying daemon osd.6 on smithi195 2024-01-21T08:12:48.883 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:48.412848+0000 mon.smithi116 (mon.0) 359 : audit [DBG] from='client.? 172.21.15.116:0/3760331840' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:48.883 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:48.614169+0000 mon.smithi116 (mon.0) 360 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2024-01-21T08:12:48.883 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:48.614224+0000 mon.smithi116 (mon.0) 361 : cluster [INF] osd.1 [v2:172.21.15.116:6802/2165502115,v1:172.21.15.116:6803/2165502115] boot 2024-01-21T08:12:48.883 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:48.614243+0000 mon.smithi116 (mon.0) 362 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-01-21T08:12:48.883 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:48.614485+0000 mon.smithi116 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:48.939 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1705824766,"num_in_osds":8,"osd_in_since":1705824752,"num_remapped_pgs":0} 2024-01-21T08:12:48.981 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:47.612964+0000 mon.smithi116 (mon.0) 344 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/2165502115,v1:172.21.15.116:6803/2165502115]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-21T08:12:48.981 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:47.613016+0000 mon.smithi116 (mon.0) 345 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-21T08:12:48.981 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:47.613067+0000 mon.smithi116 (mon.0) 346 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-21T08:12:48.981 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:47.613174+0000 mon.smithi116 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:48.981 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:47.613570+0000 mon.smithi195 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.195:6808/1628225921,v1:172.21.15.195:6809/1628225921]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-01-21T08:12:48.981 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:47.613890+0000 mon.smithi116 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:48.981 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:47.614062+0000 mon.smithi116 (mon.0) 349 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-01-21T08:12:48.981 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:47.614520+0000 mon.smithi116 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:48.981 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:47.618210+0000 mon.smithi116 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:48.981 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:47.618351+0000 mon.smithi116 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:48.981 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:47.618497+0000 mon.smithi116 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:48.981 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:47.618691+0000 mon.smithi116 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:48.982 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:47.618824+0000 mon.smithi116 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:48.982 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:48.196726+0000 mon.smithi116 (mon.0) 356 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:48.982 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:48.197422+0000 mon.smithi116 (mon.0) 357 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-21T08:12:48.982 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:48.198005+0000 mon.smithi116 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:48.982 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:12:48.198526+0000 mgr.smithi116.upuqbt (mgr.14180) 51 : cephadm [INF] Deploying daemon osd.6 on smithi195 2024-01-21T08:12:48.982 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:48.412848+0000 mon.smithi116 (mon.0) 359 : audit [DBG] from='client.? 172.21.15.116:0/3760331840' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:48.982 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:48.614169+0000 mon.smithi116 (mon.0) 360 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2024-01-21T08:12:48.982 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:48.614224+0000 mon.smithi116 (mon.0) 361 : cluster [INF] osd.1 [v2:172.21.15.116:6802/2165502115,v1:172.21.15.116:6803/2165502115] boot 2024-01-21T08:12:48.982 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:48.614243+0000 mon.smithi116 (mon.0) 362 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-01-21T08:12:48.982 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:48.614485+0000 mon.smithi116 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:12:49.888 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:46.994380+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:12:49.888 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:46.994437+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:12:49.888 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:48.518213+0000 mgr.smithi116.upuqbt (mgr.14180) 52 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T08:12:49.888 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:48.615026+0000 mon.smithi116 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:49.888 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:48.615159+0000 mon.smithi116 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:49.889 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:48.615306+0000 mon.smithi116 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:49.889 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:48.615453+0000 mon.smithi116 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:49.889 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:48.615587+0000 mon.smithi116 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:49.889 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:48.615732+0000 mon.smithi116 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:49.889 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:48.619021+0000 mon.smithi116 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:49.940 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:12:49.942 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:46.994380+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:12:49.942 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:46.994437+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:12:49.942 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:48.518213+0000 mgr.smithi116.upuqbt (mgr.14180) 52 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T08:12:49.942 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:48.615026+0000 mon.smithi116 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:49.942 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:48.615159+0000 mon.smithi116 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:49.942 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:48.615306+0000 mon.smithi116 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:49.942 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:48.615453+0000 mon.smithi116 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:49.942 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:48.615587+0000 mon.smithi116 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:49.942 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:48.615732+0000 mon.smithi116 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:49.942 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:48.619021+0000 mon.smithi116 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:50.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:48.539779+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:12:50.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:48.539871+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:12:50.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:49.619890+0000 mon.smithi116 (mon.0) 371 : cluster [INF] osd.2 [v2:172.21.15.195:6808/1628225921,v1:172.21.15.195:6809/1628225921] boot 2024-01-21T08:12:50.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:49.619920+0000 mon.smithi116 (mon.0) 372 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2024-01-21T08:12:50.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:49.620223+0000 mon.smithi116 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:50.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:49.620517+0000 mon.smithi116 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:50.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:49.620704+0000 mon.smithi116 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:50.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:49.620854+0000 mon.smithi116 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:50.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:49.621018+0000 mon.smithi116 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:50.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:49.623667+0000 mon.smithi116 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:50.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:49.623896+0000 mon.smithi116 (mon.0) 379 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-21T08:12:50.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:49.890425+0000 mon.smithi116 (mon.0) 380 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/4059246950,v1:172.21.15.116:6811/4059246950]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T08:12:51.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:48.539779+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:12:51.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:48.539871+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:12:51.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:49.619890+0000 mon.smithi116 (mon.0) 371 : cluster [INF] osd.2 [v2:172.21.15.195:6808/1628225921,v1:172.21.15.195:6809/1628225921] boot 2024-01-21T08:12:51.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:49.619920+0000 mon.smithi116 (mon.0) 372 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2024-01-21T08:12:51.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:49.620223+0000 mon.smithi116 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:12:51.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:49.620517+0000 mon.smithi116 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:51.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:49.620704+0000 mon.smithi116 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:51.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:49.620854+0000 mon.smithi116 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:51.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:49.621018+0000 mon.smithi116 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:51.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:49.623667+0000 mon.smithi116 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:51.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:49.623896+0000 mon.smithi116 (mon.0) 379 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-21T08:12:51.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:49.890425+0000 mon.smithi116 (mon.0) 380 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/4059246950,v1:172.21.15.116:6811/4059246950]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T08:12:51.765 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:12:51.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:50.518463+0000 mgr.smithi116.upuqbt (mgr.14180) 53 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T08:12:51.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:50.628306+0000 mon.smithi116 (mon.0) 381 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-21T08:12:51.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:50.628371+0000 mon.smithi116 (mon.0) 382 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/4059246950,v1:172.21.15.116:6811/4059246950]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-21T08:12:51.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:50.628441+0000 mon.smithi116 (mon.0) 383 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-21T08:12:51.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:50.628590+0000 mon.smithi116 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:51.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:50.628924+0000 mon.smithi116 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:51.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:50.629013+0000 mon.smithi116 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:51.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:50.629147+0000 mon.smithi116 (mon.0) 387 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/4059246950,v1:172.21.15.116:6811/4059246950]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-21T08:12:51.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:50.629477+0000 mon.smithi116 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:51.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:50.629690+0000 mon.smithi116 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:51.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:50.630419+0000 mon.smithi116 (mon.0) 390 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-21T08:12:51.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:50.658786+0000 mon.smithi116 (mon.0) 391 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:51.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:50.659456+0000 mon.smithi116 (mon.0) 392 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-21T08:12:51.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:50.660008+0000 mon.smithi116 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:51.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:12:50.660472+0000 mgr.smithi116.upuqbt (mgr.14180) 54 : cephadm [INF] Deploying daemon osd.7 on smithi116 2024-01-21T08:12:51.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:51.380707+0000 mon.smithi195 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.195:6816/3001888430,v1:172.21.15.195:6817/3001888430]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T08:12:51.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:51.381090+0000 mon.smithi116 (mon.0) 394 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T08:12:52.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:50.518463+0000 mgr.smithi116.upuqbt (mgr.14180) 53 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T08:12:52.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:50.628306+0000 mon.smithi116 (mon.0) 381 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-21T08:12:52.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:50.628371+0000 mon.smithi116 (mon.0) 382 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/4059246950,v1:172.21.15.116:6811/4059246950]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-21T08:12:52.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:50.628441+0000 mon.smithi116 (mon.0) 383 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-21T08:12:52.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:50.628590+0000 mon.smithi116 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:52.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:50.628924+0000 mon.smithi116 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:52.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:50.629013+0000 mon.smithi116 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:52.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:50.629147+0000 mon.smithi116 (mon.0) 387 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/4059246950,v1:172.21.15.116:6811/4059246950]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-21T08:12:52.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:50.629477+0000 mon.smithi116 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:52.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:50.629690+0000 mon.smithi116 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:52.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:50.630419+0000 mon.smithi116 (mon.0) 390 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-21T08:12:52.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:50.658786+0000 mon.smithi116 (mon.0) 391 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:52.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:50.659456+0000 mon.smithi116 (mon.0) 392 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-21T08:12:52.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:50.660008+0000 mon.smithi116 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:52.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:12:50.660472+0000 mgr.smithi116.upuqbt (mgr.14180) 54 : cephadm [INF] Deploying daemon osd.7 on smithi116 2024-01-21T08:12:52.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:51.380707+0000 mon.smithi195 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.195:6816/3001888430,v1:172.21.15.195:6817/3001888430]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T08:12:52.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:51.381090+0000 mon.smithi116 (mon.0) 394 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T08:12:52.253 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":21,"num_osds":8,"num_up_osds":3,"osd_up_since":1705824769,"num_in_osds":8,"osd_in_since":1705824752,"num_remapped_pgs":0} 2024-01-21T08:12:52.864 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:51.634431+0000 mon.smithi116 (mon.0) 395 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/4059246950,v1:172.21.15.116:6811/4059246950]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-21T08:12:52.864 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:51.634523+0000 mon.smithi116 (mon.0) 396 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-21T08:12:52.864 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:51.634584+0000 mon.smithi116 (mon.0) 397 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-21T08:12:52.864 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:51.634651+0000 mon.smithi116 (mon.0) 398 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-21T08:12:52.864 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:51.635139+0000 mon.smithi116 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:52.864 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:51.635222+0000 mon.smithi195 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.195:6816/3001888430,v1:172.21.15.195:6817/3001888430]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-01-21T08:12:52.864 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:51.635396+0000 mon.smithi116 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:52.864 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:51.635935+0000 mon.smithi116 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:52.864 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:51.636206+0000 mon.smithi116 (mon.0) 402 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-01-21T08:12:52.865 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:51.636490+0000 mon.smithi116 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:52.865 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:51.636624+0000 mon.smithi116 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:52.865 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:51.642547+0000 mon.smithi116 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:52.865 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:51.764146+0000 mon.smithi116 (mon.0) 406 : audit [DBG] from='client.? 172.21.15.116:0/1970315365' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:52.865 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:51.863960+0000 mon.smithi116 (mon.0) 407 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:52.865 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:52.633029+0000 mon.smithi116 (mon.0) 408 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2024-01-21T08:12:52.865 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:52.633111+0000 mon.smithi116 (mon.0) 409 : cluster [INF] osd.3 [v2:172.21.15.116:6810/4059246950,v1:172.21.15.116:6811/4059246950] boot 2024-01-21T08:12:52.865 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:52.633141+0000 mon.smithi116 (mon.0) 410 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2024-01-21T08:12:52.865 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:52.633380+0000 mon.smithi116 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:52.865 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:52.633669+0000 mon.smithi116 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:52.865 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:52.633831+0000 mon.smithi116 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:52.865 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:52.634064+0000 mon.smithi116 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:52.865 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:52.634189+0000 mon.smithi116 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:52.865 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:52.636185+0000 mon.smithi116 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:52.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:51.634431+0000 mon.smithi116 (mon.0) 395 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/4059246950,v1:172.21.15.116:6811/4059246950]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-21T08:12:52.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:51.634523+0000 mon.smithi116 (mon.0) 396 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-21T08:12:52.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:51.634584+0000 mon.smithi116 (mon.0) 397 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-21T08:12:52.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:51.634651+0000 mon.smithi116 (mon.0) 398 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-21T08:12:52.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:51.635139+0000 mon.smithi116 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:52.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:51.635222+0000 mon.smithi195 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.195:6816/3001888430,v1:172.21.15.195:6817/3001888430]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-01-21T08:12:52.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:51.635396+0000 mon.smithi116 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:52.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:51.635935+0000 mon.smithi116 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:52.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:51.636206+0000 mon.smithi116 (mon.0) 402 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-01-21T08:12:52.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:51.636490+0000 mon.smithi116 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:52.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:51.636624+0000 mon.smithi116 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:52.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:51.642547+0000 mon.smithi116 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:52.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:51.764146+0000 mon.smithi116 (mon.0) 406 : audit [DBG] from='client.? 172.21.15.116:0/1970315365' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:52.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:51.863960+0000 mon.smithi116 (mon.0) 407 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:52.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:52.633029+0000 mon.smithi116 (mon.0) 408 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2024-01-21T08:12:52.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:52.633111+0000 mon.smithi116 (mon.0) 409 : cluster [INF] osd.3 [v2:172.21.15.116:6810/4059246950,v1:172.21.15.116:6811/4059246950] boot 2024-01-21T08:12:52.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:52.633141+0000 mon.smithi116 (mon.0) 410 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2024-01-21T08:12:52.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:52.633380+0000 mon.smithi116 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:12:52.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:52.633669+0000 mon.smithi116 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:52.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:52.633831+0000 mon.smithi116 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:52.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:52.634064+0000 mon.smithi116 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:52.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:52.634189+0000 mon.smithi116 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:52.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:52.636185+0000 mon.smithi116 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:53.253 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:12:53.873 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:50.910480+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:12:53.873 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:50.910533+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:12:53.873 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:52.518751+0000 mgr.smithi116.upuqbt (mgr.14180) 55 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-21T08:12:53.873 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:53.636582+0000 mon.smithi116 (mon.0) 417 : cluster [INF] osd.4 [v2:172.21.15.195:6816/3001888430,v1:172.21.15.195:6817/3001888430] boot 2024-01-21T08:12:53.873 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:53.636633+0000 mon.smithi116 (mon.0) 418 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-01-21T08:12:53.873 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:53.636732+0000 mon.smithi116 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:53.873 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:53.637004+0000 mon.smithi116 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:53.873 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:53.637202+0000 mon.smithi116 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:53.874 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:53.637392+0000 mon.smithi116 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:53.874 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:53.843816+0000 mon.smithi116 (mon.0) 423 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:54.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:50.910480+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:12:54.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:50.910533+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:12:54.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:52.518751+0000 mgr.smithi116.upuqbt (mgr.14180) 55 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-21T08:12:54.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:53.636582+0000 mon.smithi116 (mon.0) 417 : cluster [INF] osd.4 [v2:172.21.15.195:6816/3001888430,v1:172.21.15.195:6817/3001888430] boot 2024-01-21T08:12:54.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:53.636633+0000 mon.smithi116 (mon.0) 418 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-01-21T08:12:54.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:53.636732+0000 mon.smithi116 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:12:54.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:53.637004+0000 mon.smithi116 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:54.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:53.637202+0000 mon.smithi116 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:54.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:53.637392+0000 mon.smithi116 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:54.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:53.843816+0000 mon.smithi116 (mon.0) 423 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:55.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:52.395095+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:12:55.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:52.395158+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:12:55.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:53.883293+0000 mon.smithi116 (mon.0) 424 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/1479104637,v1:172.21.15.116:6819/1479104637]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-21T08:12:55.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:54.635752+0000 mon.smithi116 (mon.0) 425 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/1479104637,v1:172.21.15.116:6819/1479104637]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-21T08:12:55.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:54.635802+0000 mon.smithi116 (mon.0) 426 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-01-21T08:12:55.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:54.635927+0000 mon.smithi116 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:55.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:54.636320+0000 mon.smithi116 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:55.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:54.636550+0000 mon.smithi116 (mon.0) 429 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/1479104637,v1:172.21.15.116:6819/1479104637]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-21T08:12:55.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:54.636887+0000 mon.smithi116 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:55.157 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:54.861400+0000 mon.smithi116 (mon.0) 431 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:55.166 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:12:55.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:52.395095+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:12:55.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:52.395158+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:12:55.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:53.883293+0000 mon.smithi116 (mon.0) 424 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/1479104637,v1:172.21.15.116:6819/1479104637]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-21T08:12:55.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:54.635752+0000 mon.smithi116 (mon.0) 425 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/1479104637,v1:172.21.15.116:6819/1479104637]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-21T08:12:55.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:54.635802+0000 mon.smithi116 (mon.0) 426 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-01-21T08:12:55.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:54.635927+0000 mon.smithi116 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:55.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:54.636320+0000 mon.smithi116 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:55.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:54.636550+0000 mon.smithi116 (mon.0) 429 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/1479104637,v1:172.21.15.116:6819/1479104637]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-21T08:12:55.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:54.636887+0000 mon.smithi116 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:55.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:54.861400+0000 mon.smithi116 (mon.0) 431 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:55.715 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":24,"num_osds":8,"num_up_osds":5,"osd_up_since":1705824773,"num_in_osds":8,"osd_in_since":1705824752,"num_remapped_pgs":0} 2024-01-21T08:12:56.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:54.519025+0000 mgr.smithi116.upuqbt (mgr.14180) 56 : cluster [DBG] pgmap v49: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T08:12:56.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:55.034551+0000 mon.smithi195 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.195:6824/852851012,v1:172.21.15.195:6825/852851012]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T08:12:56.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:55.034918+0000 mon.smithi116 (mon.0) 432 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T08:12:56.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:55.164776+0000 mon.smithi116 (mon.0) 433 : audit [DBG] from='client.? 172.21.15.116:0/3176822740' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:56.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:55.637656+0000 mon.smithi116 (mon.0) 434 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/1479104637,v1:172.21.15.116:6819/1479104637]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-21T08:12:56.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:55.637712+0000 mon.smithi116 (mon.0) 435 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-21T08:12:56.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:55.637762+0000 mon.smithi116 (mon.0) 436 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-01-21T08:12:56.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:55.637892+0000 mon.smithi116 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:56.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:55.638288+0000 mon.smithi116 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:56.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:55.638384+0000 mon.smithi195 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.195:6824/852851012,v1:172.21.15.195:6825/852851012]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-01-21T08:12:56.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:55.638740+0000 mon.smithi116 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:56.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:55.638909+0000 mon.smithi116 (mon.0) 440 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-01-21T08:12:56.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:55.640917+0000 mon.smithi116 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:56.262 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:54.519025+0000 mgr.smithi116.upuqbt (mgr.14180) 56 : cluster [DBG] pgmap v49: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T08:12:56.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:55.034551+0000 mon.smithi195 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.195:6824/852851012,v1:172.21.15.195:6825/852851012]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T08:12:56.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:55.034918+0000 mon.smithi116 (mon.0) 432 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T08:12:56.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:55.164776+0000 mon.smithi116 (mon.0) 433 : audit [DBG] from='client.? 172.21.15.116:0/3176822740' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:56.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:55.637656+0000 mon.smithi116 (mon.0) 434 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/1479104637,v1:172.21.15.116:6819/1479104637]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-21T08:12:56.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:55.637712+0000 mon.smithi116 (mon.0) 435 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-21T08:12:56.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:55.637762+0000 mon.smithi116 (mon.0) 436 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-01-21T08:12:56.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:55.637892+0000 mon.smithi116 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:56.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:55.638288+0000 mon.smithi116 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:56.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:55.638384+0000 mon.smithi195 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.195:6824/852851012,v1:172.21.15.195:6825/852851012]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-01-21T08:12:56.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:55.638740+0000 mon.smithi116 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:56.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:55.638909+0000 mon.smithi116 (mon.0) 440 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-01-21T08:12:56.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:55.640917+0000 mon.smithi116 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:56.716 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:12:57.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:54.903593+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:12:57.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:54.903666+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:12:57.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:56.519281+0000 mgr.smithi116.upuqbt (mgr.14180) 57 : cluster [DBG] pgmap v52: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T08:12:57.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:56.638647+0000 mon.smithi116 (mon.0) 442 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2024-01-21T08:12:57.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:56.638705+0000 mon.smithi116 (mon.0) 443 : cluster [INF] osd.5 [v2:172.21.15.116:6818/1479104637,v1:172.21.15.116:6819/1479104637] boot 2024-01-21T08:12:57.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:56.638724+0000 mon.smithi116 (mon.0) 444 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2024-01-21T08:12:57.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:56.638955+0000 mon.smithi116 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:57.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:56.639144+0000 mon.smithi116 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:57.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:56.639341+0000 mon.smithi116 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:57.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:56.642568+0000 mon.smithi116 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:57.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:57.023958+0000 mon.smithi116 (mon.0) 449 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:57.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:12:57.024684+0000 mgr.smithi116.upuqbt (mgr.14180) 58 : cephadm [INF] Reconfiguring mon.smithi116 (unknown last config time)... 2024-01-21T08:12:57.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:57.024884+0000 mon.smithi116 (mon.0) 450 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T08:12:57.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:57.025404+0000 mon.smithi116 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T08:12:57.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:57.025892+0000 mon.smithi116 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:57.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:12:57.026386+0000 mgr.smithi116.upuqbt (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon mon.smithi116 on smithi116 2024-01-21T08:12:58.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:54.903593+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:12:58.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:54.903666+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:12:58.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:56.519281+0000 mgr.smithi116.upuqbt (mgr.14180) 57 : cluster [DBG] pgmap v52: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-21T08:12:58.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:56.638647+0000 mon.smithi116 (mon.0) 442 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2024-01-21T08:12:58.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:56.638705+0000 mon.smithi116 (mon.0) 443 : cluster [INF] osd.5 [v2:172.21.15.116:6818/1479104637,v1:172.21.15.116:6819/1479104637] boot 2024-01-21T08:12:58.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:56.638724+0000 mon.smithi116 (mon.0) 444 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2024-01-21T08:12:58.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:56.638955+0000 mon.smithi116 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:12:58.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:56.639144+0000 mon.smithi116 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:58.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:56.639341+0000 mon.smithi116 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:58.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:56.642568+0000 mon.smithi116 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:58.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:57.023958+0000 mon.smithi116 (mon.0) 449 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:58.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:12:57.024684+0000 mgr.smithi116.upuqbt (mgr.14180) 58 : cephadm [INF] Reconfiguring mon.smithi116 (unknown last config time)... 2024-01-21T08:12:58.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:57.024884+0000 mon.smithi116 (mon.0) 450 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T08:12:58.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:57.025404+0000 mon.smithi116 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T08:12:58.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:57.025892+0000 mon.smithi116 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:58.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:12:57.026386+0000 mgr.smithi116.upuqbt (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon mon.smithi116 on smithi116 2024-01-21T08:12:58.263 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:12:58.632 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":27,"num_osds":8,"num_up_osds":7,"osd_up_since":1705824777,"num_in_osds":8,"osd_in_since":1705824752,"num_remapped_pgs":0} 2024-01-21T08:12:58.682 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:56.067780+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:12:58.682 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:56.067880+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:12:58.682 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:57.639534+0000 mon.smithi116 (mon.0) 453 : cluster [INF] osd.6 [v2:172.21.15.195:6824/852851012,v1:172.21.15.195:6825/852851012] boot 2024-01-21T08:12:58.682 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:57.639572+0000 mon.smithi116 (mon.0) 454 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-01-21T08:12:58.682 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:57.640096+0000 mon.smithi116 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:58.682 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:57.640400+0000 mon.smithi116 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:58.682 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:58.115398+0000 mon.smithi116 (mon.0) 457 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/2540167820,v1:172.21.15.116:6827/2540167820]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-21T08:12:58.683 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:58.229993+0000 mon.smithi116 (mon.0) 458 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:58.683 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:12:58.230582+0000 mgr.smithi116.upuqbt (mgr.14180) 60 : cephadm [INF] Reconfiguring mgr.smithi116.upuqbt (unknown last config time)... 2024-01-21T08:12:58.683 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:58.230806+0000 mon.smithi116 (mon.0) 459 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi116.upuqbt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T08:12:58.683 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:58.231431+0000 mon.smithi116 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T08:12:58.683 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:58.231933+0000 mon.smithi116 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:58.683 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:12:58.232398+0000 mgr.smithi116.upuqbt (mgr.14180) 61 : cephadm [INF] Reconfiguring daemon mgr.smithi116.upuqbt on smithi116 2024-01-21T08:12:58.683 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:58.261539+0000 mon.smithi116 (mon.0) 462 : audit [DBG] from='client.? 172.21.15.116:0/1829317995' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:59.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:56.067780+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:12:59.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:56.067880+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:12:59.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:57.639534+0000 mon.smithi116 (mon.0) 453 : cluster [INF] osd.6 [v2:172.21.15.195:6824/852851012,v1:172.21.15.195:6825/852851012] boot 2024-01-21T08:12:59.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:57.639572+0000 mon.smithi116 (mon.0) 454 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-01-21T08:12:59.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:57.640096+0000 mon.smithi116 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:12:59.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:57.640400+0000 mon.smithi116 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:59.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:58.115398+0000 mon.smithi116 (mon.0) 457 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/2540167820,v1:172.21.15.116:6827/2540167820]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-21T08:12:59.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:58.229993+0000 mon.smithi116 (mon.0) 458 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:12:59.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:12:58.230582+0000 mgr.smithi116.upuqbt (mgr.14180) 60 : cephadm [INF] Reconfiguring mgr.smithi116.upuqbt (unknown last config time)... 2024-01-21T08:12:59.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:58.230806+0000 mon.smithi116 (mon.0) 459 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi116.upuqbt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T08:12:59.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:58.231431+0000 mon.smithi116 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T08:12:59.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:58.231933+0000 mon.smithi116 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:12:59.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:12:58.232398+0000 mgr.smithi116.upuqbt (mgr.14180) 61 : cephadm [INF] Reconfiguring daemon mgr.smithi116.upuqbt on smithi116 2024-01-21T08:12:59.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:58.261539+0000 mon.smithi116 (mon.0) 462 : audit [DBG] from='client.? 172.21.15.116:0/1829317995' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:12:59.633 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:12:59.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:58.519536+0000 mgr.smithi116.upuqbt (mgr.14180) 62 : cluster [DBG] pgmap v55: 1 pgs: 1 creating+remapped+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T08:12:59.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:58.648861+0000 mon.smithi116 (mon.0) 463 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/2540167820,v1:172.21.15.116:6827/2540167820]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-21T08:12:59.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:58.648900+0000 mon.smithi116 (mon.0) 464 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-01-21T08:12:59.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:58.649017+0000 mon.smithi116 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:12:59.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:58.649643+0000 mon.smithi116 (mon.0) 466 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/2540167820,v1:172.21.15.116:6827/2540167820]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-21T08:12:59.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:12:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:59.420746+0000 mon.smithi116 (mon.0) 467 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:00.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:59 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:58.519536+0000 mgr.smithi116.upuqbt (mgr.14180) 62 : cluster [DBG] pgmap v55: 1 pgs: 1 creating+remapped+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T08:13:00.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:59 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:58.648861+0000 mon.smithi116 (mon.0) 463 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/2540167820,v1:172.21.15.116:6827/2540167820]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-21T08:13:00.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:59 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:58.648900+0000 mon.smithi116 (mon.0) 464 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-01-21T08:13:00.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:59 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:58.649017+0000 mon.smithi116 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:13:00.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:59 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:58.649643+0000 mon.smithi116 (mon.0) 466 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/2540167820,v1:172.21.15.116:6827/2540167820]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-21T08:13:00.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:12:59 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:59.420746+0000 mon.smithi116 (mon.0) 467 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:00.838 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:12:59.421435+0000 mgr.smithi116.upuqbt (mgr.14180) 63 : cephadm [INF] Reconfiguring alertmanager.smithi116 (dependencies changed)... 2024-01-21T08:13:00.838 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:12:59.427688+0000 mgr.smithi116.upuqbt (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon alertmanager.smithi116 on smithi116 2024-01-21T08:13:00.838 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:59.650694+0000 mon.smithi116 (mon.0) 468 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/2540167820,v1:172.21.15.116:6827/2540167820]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-21T08:13:00.838 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:59.650737+0000 mon.smithi116 (mon.0) 469 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-01-21T08:13:00.838 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:59.651119+0000 mon.smithi116 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:13:00.838 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:12:59.654947+0000 mon.smithi116 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:13:00.838 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:00.223440+0000 mon.smithi116 (mon.0) 472 : cluster [INF] osd.7 [v2:172.21.15.116:6826/2540167820,v1:172.21.15.116:6827/2540167820] boot 2024-01-21T08:13:00.838 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:00.223479+0000 mon.smithi116 (mon.0) 473 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2024-01-21T08:13:00.838 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:00.224132+0000 mon.smithi116 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:13:01.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:12:59.421435+0000 mgr.smithi116.upuqbt (mgr.14180) 63 : cephadm [INF] Reconfiguring alertmanager.smithi116 (dependencies changed)... 2024-01-21T08:13:01.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:12:59.427688+0000 mgr.smithi116.upuqbt (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon alertmanager.smithi116 on smithi116 2024-01-21T08:13:01.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:59.650694+0000 mon.smithi116 (mon.0) 468 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/2540167820,v1:172.21.15.116:6827/2540167820]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-21T08:13:01.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:59.650737+0000 mon.smithi116 (mon.0) 469 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-01-21T08:13:01.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:59.651119+0000 mon.smithi116 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:13:01.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:12:59.654947+0000 mon.smithi116 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:13:01.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:00.223440+0000 mon.smithi116 (mon.0) 472 : cluster [INF] osd.7 [v2:172.21.15.116:6826/2540167820,v1:172.21.15.116:6827/2540167820] boot 2024-01-21T08:13:01.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:00.223479+0000 mon.smithi116 (mon.0) 473 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2024-01-21T08:13:01.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:00.224132+0000 mon.smithi116 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:13:01.634 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:13:01.734 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:59.133921+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:13:01.734 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:12:59.133960+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:13:01.734 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:00.519811+0000 mgr.smithi116.upuqbt (mgr.14180) 65 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T08:13:01.734 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:01.231524+0000 mon.smithi116 (mon.0) 475 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-01-21T08:13:01.734 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:01.632446+0000 mon.smithi116 (mon.0) 476 : audit [DBG] from='client.? 172.21.15.116:0/495680038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:13:02.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:59.133921+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:13:02.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:12:59.133960+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:13:02.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:00.519811+0000 mgr.smithi116.upuqbt (mgr.14180) 65 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T08:13:02.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:01.231524+0000 mon.smithi116 (mon.0) 475 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-01-21T08:13:02.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:01.632446+0000 mon.smithi116 (mon.0) 476 : audit [DBG] from='client.? 172.21.15.116:0/495680038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:13:02.293 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":31,"num_osds":8,"num_up_osds":8,"osd_up_since":1705824780,"num_in_osds":8,"osd_in_since":1705824752,"num_remapped_pgs":0} 2024-01-21T08:13:02.294 INFO:tasks.cephadm:Setting up client nodes... 2024-01-21T08:13:02.294 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-21T08:13:03.346 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:02.234993+0000 mon.smithi116 (mon.0) 477 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-21T08:13:03.346 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:02.801791+0000 mon.smithi116 (mon.0) 478 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:03.346 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:02.802618+0000 mon.smithi116 (mon.0) 479 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi116", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T08:13:03.346 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:02.803187+0000 mon.smithi116 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:13:03.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:03 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:02.234993+0000 mon.smithi116 (mon.0) 477 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-21T08:13:03.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:03 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:02.801791+0000 mon.smithi116 (mon.0) 478 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:03.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:03 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:02.802618+0000 mon.smithi116 (mon.0) 479 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi116", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T08:13:03.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:03 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:02.803187+0000 mon.smithi116 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:13:03.774 INFO:teuthology.orchestra.run.smithi116.stdout:[client.0] 2024-01-21T08:13:03.775 INFO:teuthology.orchestra.run.smithi116.stdout: key = AQAP0qxll7TqLRAAShk4k8ET1J4z4G7g1c8R9w== 2024-01-21T08:13:04.165 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-21T08:13:04.165 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-21T08:13:04.165 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-21T08:13:04.205 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-21T08:13:04.390 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:02.520112+0000 mgr.smithi116.upuqbt (mgr.14180) 66 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:04.390 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:13:02.802379+0000 mgr.smithi116.upuqbt (mgr.14180) 67 : cephadm [INF] Reconfiguring crash.smithi116 (monmap changed)... 2024-01-21T08:13:04.390 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:13:02.803622+0000 mgr.smithi116.upuqbt (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon crash.smithi116 on smithi116 2024-01-21T08:13:04.390 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:03.770212+0000 mon.smithi116 (mon.0) 481 : audit [INF] from='client.? 172.21.15.116:0/4004472298' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T08:13:04.390 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:03.773521+0000 mon.smithi116 (mon.0) 482 : audit [INF] from='client.? 172.21.15.116:0/4004472298' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T08:13:04.390 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:04.011541+0000 mon.smithi116 (mon.0) 483 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:04.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:02.520112+0000 mgr.smithi116.upuqbt (mgr.14180) 66 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:04.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:13:02.802379+0000 mgr.smithi116.upuqbt (mgr.14180) 67 : cephadm [INF] Reconfiguring crash.smithi116 (monmap changed)... 2024-01-21T08:13:04.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:13:02.803622+0000 mgr.smithi116.upuqbt (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon crash.smithi116 on smithi116 2024-01-21T08:13:04.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:03.770212+0000 mon.smithi116 (mon.0) 481 : audit [INF] from='client.? 172.21.15.116:0/4004472298' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T08:13:04.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:03.773521+0000 mon.smithi116 (mon.0) 482 : audit [INF] from='client.? 172.21.15.116:0/4004472298' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T08:13:04.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:04.011541+0000 mon.smithi116 (mon.0) 483 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:05.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:05 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:13:04.012170+0000 mgr.smithi116.upuqbt (mgr.14180) 69 : cephadm [INF] Reconfiguring grafana.smithi116 (dependencies changed)... 2024-01-21T08:13:05.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:05 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:13:04.042763+0000 mgr.smithi116.upuqbt (mgr.14180) 70 : cephadm [INF] Reconfiguring daemon grafana.smithi116 on smithi116 2024-01-21T08:13:05.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:05 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:13:04.012170+0000 mgr.smithi116.upuqbt (mgr.14180) 69 : cephadm [INF] Reconfiguring grafana.smithi116 (dependencies changed)... 2024-01-21T08:13:05.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:05 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:13:04.042763+0000 mgr.smithi116.upuqbt (mgr.14180) 70 : cephadm [INF] Reconfiguring daemon grafana.smithi116 on smithi116 2024-01-21T08:13:05.627 INFO:teuthology.orchestra.run.smithi195.stdout:[client.1] 2024-01-21T08:13:05.627 INFO:teuthology.orchestra.run.smithi195.stdout: key = AQAR0qxlQgwfJRAAFt1CdY6HNZDzvhtSqT9P2Q== 2024-01-21T08:13:06.015 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-01-21T08:13:06.015 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-21T08:13:06.015 DEBUG:teuthology.orchestra.run.smithi195:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-21T08:13:06.055 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T08:13:06.380 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:04.520428+0000 mgr.smithi116.upuqbt (mgr.14180) 71 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:06.380 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:05.622029+0000 mon.smithi195 (mon.1) 18 : audit [INF] from='client.? 172.21.15.195:0/3765510443' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T08:13:06.380 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:05.622584+0000 mon.smithi116 (mon.0) 484 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T08:13:06.380 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:05.626187+0000 mon.smithi116 (mon.0) 485 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T08:13:06.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:06 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:04.520428+0000 mgr.smithi116.upuqbt (mgr.14180) 71 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:06.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:06 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:05.622029+0000 mon.smithi195 (mon.1) 18 : audit [INF] from='client.? 172.21.15.195:0/3765510443' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T08:13:06.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:06 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:05.622584+0000 mon.smithi116 (mon.0) 484 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T08:13:06.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:06 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:05.626187+0000 mon.smithi116 (mon.0) 485 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T08:13:06.545 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:07.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:06.520738+0000 mgr.smithi116.upuqbt (mgr.14180) 72 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:07.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:06.542185+0000 mon.smithi116 (mon.0) 486 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:07.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:13:06.543473+0000 mgr.smithi116.upuqbt (mgr.14180) 73 : cephadm [INF] Reconfiguring prometheus.smithi116 (dependencies changed)... 2024-01-21T08:13:07.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:13:06.547808+0000 mgr.smithi116.upuqbt (mgr.14180) 74 : cephadm [INF] Reconfiguring daemon prometheus.smithi116 on smithi116 2024-01-21T08:13:07.824 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:13:07.825 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":32,"fsid":"6e73547e-b834-11ee-95b0-87774f69a715","created":"2024-01-21T08:10:16.533307+0000","modified":"2024-01-21T08:13:02.230189+0000","last_up_change":"2024-01-21T08:13:00.219582+0000","last_in_change":"2024-01-21T08:12:32.855798+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-21T08:12:49.884545+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":"373407cd-ccda-4d88-9025-41771d825fa0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6800","nonce":142926904},{"type":"v1","addr":"172.21.15.195:6801","nonce":142926904}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6802","nonce":142926904},{"type":"v1","addr":"172.21.15.195:6803","nonce":142926904}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6806","nonce":142926904},{"type":"v1","addr":"172.21.15.195:6807","nonce":142926904}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6804","nonce":142926904},{"type":"v1","addr":"172.21.15.195:6805","nonce":142926904}]},"public_addr":"172.21.15.195:6801/142926904","cluster_addr":"172.21.15.195:6803/142926904","heartbeat_back_addr":"172.21.15.195:6807/142926904","heartbeat_front_addr":"172.21.15.195:6805/142926904","state":["exists","up"]},{"osd":1,"uuid":"c983a6cc-f052-43ad-9da4-efa87821730f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":2165502115},{"type":"v1","addr":"172.21.15.116:6803","nonce":2165502115}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":2165502115},{"type":"v1","addr":"172.21.15.116:6805","nonce":2165502115}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6808","nonce":2165502115},{"type":"v1","addr":"172.21.15.116:6809","nonce":2165502115}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":2165502115},{"type":"v1","addr":"172.21.15.116:6807","nonce":2165502115}]},"public_addr":"172.21.15.116:6803/2165502115","cluster_addr":"172.21.15.116:6805/2165502115","heartbeat_back_addr":"172.21.15.116:6809/2165502115","heartbeat_front_addr":"172.21.15.116:6807/2165502115","state":["exists","up"]},{"osd":2,"uuid":"9f1322a2-b420-4b75-b624-d0dc21ff79c7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6808","nonce":1628225921},{"type":"v1","addr":"172.21.15.195:6809","nonce":1628225921}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6810","nonce":1628225921},{"type":"v1","addr":"172.21.15.195:6811","nonce":1628225921}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6814","nonce":1628225921},{"type":"v1","addr":"172.21.15.195:6815","nonce":1628225921}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6812","nonce":1628225921},{"type":"v1","addr":"172.21.15.195:6813","nonce":1628225921}]},"public_addr":"172.21.15.195:6809/1628225921","cluster_addr":"172.21.15.195:6811/1628225921","heartbeat_back_addr":"172.21.15.195:6815/1628225921","heartbeat_front_addr":"172.21.15.195:6813/1628225921","state":["exists","up"]},{"osd":3,"uuid":"a9fda2ae-b6ee-4511-9590-6f5faa2368b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6810","nonce":4059246950},{"type":"v1","addr":"172.21.15.116:6811","nonce":4059246950}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":4059246950},{"type":"v1","addr":"172.21.15.116:6813","nonce":4059246950}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6816","nonce":4059246950},{"type":"v1","addr":"172.21.15.116:6817","nonce":4059246950}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":4059246950},{"type":"v1","addr":"172.21.15.116:6815","nonce":4059246950}]},"public_addr":"172.21.15.116:6811/4059246950","cluster_addr":"172.21.15.116:6813/4059246950","heartbeat_back_addr":"172.21.15.116:6817/4059246950","heartbeat_front_addr":"172.21.15.116:6815/4059246950","state":["exists","up"]},{"osd":4,"uuid":"484da0ca-a82f-43d9-a3e4-b5347286ff48","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.195:6816","nonce":3001888430},{"type":"v1","addr":"172.21.15.195:6817","nonce":3001888430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6818","nonce":3001888430},{"type":"v1","addr":"172.21.15.195:6819","nonce":3001888430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6822","nonce":3001888430},{"type":"v1","addr":"172.21.15.195:6823","nonce":3001888430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6820","nonce":3001888430},{"type":"v1","addr":"172.21.15.195:6821","nonce":3001888430}]},"public_addr":"172.21.15.195:6817/3001888430","cluster_addr":"172.21.15.195:6819/3001888430","heartbeat_back_addr":"172.21.15.195:6823/3001888430","heartbeat_front_addr":"172.21.15.195:6821/3001888430","state":["exists","up"]},{"osd":5,"uuid":"32ebb7cc-8894-4599-85a4-fe3065d10532","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6818","nonce":1479104637},{"type":"v1","addr":"172.21.15.116:6819","nonce":1479104637}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6820","nonce":1479104637},{"type":"v1","addr":"172.21.15.116:6821","nonce":1479104637}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6824","nonce":1479104637},{"type":"v1","addr":"172.21.15.116:6825","nonce":1479104637}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6822","nonce":1479104637},{"type":"v1","addr":"172.21.15.116:6823","nonce":1479104637}]},"public_addr":"172.21.15.116:6819/1479104637","cluster_addr":"172.21.15.116:6821/1479104637","heartbeat_back_addr":"172.21.15.116:6825/1479104637","heartbeat_front_addr":"172.21.15.116:6823/1479104637","state":["exists","up"]},{"osd":6,"uuid":"9686f1b9-67e2-448e-8f4c-bdc60ea04af9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6824","nonce":852851012},{"type":"v1","addr":"172.21.15.195:6825","nonce":852851012}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6826","nonce":852851012},{"type":"v1","addr":"172.21.15.195:6827","nonce":852851012}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6830","nonce":852851012},{"type":"v1","addr":"172.21.15.195:6831","nonce":852851012}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6828","nonce":852851012},{"type":"v1","addr":"172.21.15.195:6829","nonce":852851012}]},"public_addr":"172.21.15.195:6825/852851012","cluster_addr":"172.21.15.195:6827/852851012","heartbeat_back_addr":"172.21.15.195:6831/852851012","heartbeat_front_addr":"172.21.15.195:6829/852851012","state":["exists","up"]},{"osd":7,"uuid":"f52edba4-1856-4d7a-90e8-72ef52662501","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6826","nonce":2540167820},{"type":"v1","addr":"172.21.15.116:6827","nonce":2540167820}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6828","nonce":2540167820},{"type":"v1","addr":"172.21.15.116:6829","nonce":2540167820}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6832","nonce":2540167820},{"type":"v1","addr":"172.21.15.116:6833","nonce":2540167820}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6830","nonce":2540167820},{"type":"v1","addr":"172.21.15.116:6831","nonce":2540167820}]},"public_addr":"172.21.15.116:6827/2540167820","cluster_addr":"172.21.15.116:6829/2540167820","heartbeat_back_addr":"172.21.15.116:6833/2540167820","heartbeat_front_addr":"172.21.15.116:6831/2540167820","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:44.782109+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:46.994440+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:48.539873+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:50.910536+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:52.395161+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:54.903669+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:56.067883+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:59.133963+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.116:0/534054308":"2024-01-22T08:11:40.503401+0000","172.21.15.116:0/1022376040":"2024-01-22T08:11:40.503401+0000","172.21.15.116:6800/1626728007":"2024-01-22T08:11:40.503401+0000","172.21.15.116:0/1399150536":"2024-01-22T08:11:03.533400+0000","172.21.15.116:0/3094958923":"2024-01-22T08:11:03.533400+0000","172.21.15.116:6801/1359246913":"2024-01-22T08:11:03.533400+0000","172.21.15.116:6800/1359246913":"2024-01-22T08:11:03.533400+0000","172.21.15.116:0/1005453315":"2024-01-22T08:10:36.498575+0000","172.21.15.116:6800/12463179":"2024-01-22T08:10:36.498575+0000","172.21.15.116:6801/12463179":"2024-01-22T08:10:36.498575+0000","172.21.15.116:6801/1626728007":"2024-01-22T08:11:40.503401+0000","172.21.15.116:0/3621584982":"2024-01-22T08:10:36.498575+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-21T08:13:08.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:07 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:06.520738+0000 mgr.smithi116.upuqbt (mgr.14180) 72 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:08.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:07 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:06.542185+0000 mon.smithi116 (mon.0) 486 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:08.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:07 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:13:06.543473+0000 mgr.smithi116.upuqbt (mgr.14180) 73 : cephadm [INF] Reconfiguring prometheus.smithi116 (dependencies changed)... 2024-01-21T08:13:08.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:07 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:13:06.547808+0000 mgr.smithi116.upuqbt (mgr.14180) 74 : cephadm [INF] Reconfiguring daemon prometheus.smithi116 on smithi116 2024-01-21T08:13:08.476 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-21T08:12:49.884545+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '25', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-01-21T08:13:08.476 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-21T08:13:08.806 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:08.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:07.822943+0000 mon.smithi116 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.116:0/748370493' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T08:13:09.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:07.822943+0000 mon.smithi116 (mon.0) 487 : audit [DBG] from='client.? 172.21.15.116:0/748370493' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T08:13:09.851 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:08.521020+0000 mgr.smithi116.upuqbt (mgr.14180) 75 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:10.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:08.521020+0000 mgr.smithi116.upuqbt (mgr.14180) 75 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:10.220 INFO:teuthology.orchestra.run.smithi116.stdout:pg_num: 1 2024-01-21T08:13:10.663 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-21T08:13:10.663 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-21T08:13:10.664 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph mgr dump --format=json 2024-01-21T08:13:10.887 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:10.218701+0000 mon.smithi116 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.116:0/2418397695' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-21T08:13:10.888 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:10.376953+0000 mon.smithi116 (mon.0) 489 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:10.888 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:10.377911+0000 mon.smithi116 (mon.0) 490 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi195", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T08:13:10.888 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:10.378505+0000 mon.smithi116 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:13:10.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:10.218701+0000 mon.smithi116 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.116:0/2418397695' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-21T08:13:10.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:10.376953+0000 mon.smithi116 (mon.0) 489 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:10.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:10.377911+0000 mon.smithi116 (mon.0) 490 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi195", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T08:13:10.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:10.378505+0000 mon.smithi116 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:13:10.929 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:12.053 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:13:12.344 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:13:10.377652+0000 mgr.smithi116.upuqbt (mgr.14180) 76 : cephadm [INF] Reconfiguring crash.smithi195 (monmap changed)... 2024-01-21T08:13:12.344 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:13:10.378931+0000 mgr.smithi116.upuqbt (mgr.14180) 77 : cephadm [INF] Reconfiguring daemon crash.smithi195 on smithi195 2024-01-21T08:13:12.344 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:10.521373+0000 mgr.smithi116.upuqbt (mgr.14180) 78 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:12.344 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:11.277903+0000 mon.smithi116 (mon.0) 492 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:12.345 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:13:11.278426+0000 mgr.smithi116.upuqbt (mgr.14180) 79 : cephadm [INF] Reconfiguring mgr.smithi195.fiwyoz (monmap changed)... 2024-01-21T08:13:12.345 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:11.278681+0000 mon.smithi116 (mon.0) 493 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi195.fiwyoz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T08:13:12.345 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:11.279441+0000 mon.smithi116 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T08:13:12.345 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:11.280018+0000 mon.smithi116 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:13:12.345 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:13:11.280575+0000 mgr.smithi116.upuqbt (mgr.14180) 80 : cephadm [INF] Reconfiguring daemon mgr.smithi195.fiwyoz on smithi195 2024-01-21T08:13:12.345 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:12.047444+0000 mon.smithi116 (mon.0) 496 : audit [DBG] from='client.? 172.21.15.116:0/3278587405' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-21T08:13:12.345 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:12.140901+0000 mon.smithi116 (mon.0) 497 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:12.345 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:12.141634+0000 mon.smithi116 (mon.0) 498 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T08:13:12.345 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:12.142110+0000 mon.smithi116 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T08:13:12.345 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:12.142546+0000 mon.smithi116 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:13:12.429 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi116.upuqbt","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6800","nonce":1055600979},{"type":"v1","addr":"172.21.15.116:6801","nonce":1055600979}]},"active_addr":"172.21.15.116:6801/1055600979","active_change":"2024-01-21T08:11:40.503545+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi195.fiwyoz","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.116:8443/","prometheus":"http://172.21.15.116: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.116:0","nonce":3441355794}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.116:0","nonce":1664266259}]}]} 2024-01-21T08:13:12.433 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-21T08:13:12.433 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-21T08:13:12.433 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T08:13:12.646 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:13:10.377652+0000 mgr.smithi116.upuqbt (mgr.14180) 76 : cephadm [INF] Reconfiguring crash.smithi195 (monmap changed)... 2024-01-21T08:13:12.646 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:13:10.378931+0000 mgr.smithi116.upuqbt (mgr.14180) 77 : cephadm [INF] Reconfiguring daemon crash.smithi195 on smithi195 2024-01-21T08:13:12.646 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:10.521373+0000 mgr.smithi116.upuqbt (mgr.14180) 78 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:12.646 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:11.277903+0000 mon.smithi116 (mon.0) 492 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:12.647 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:13:11.278426+0000 mgr.smithi116.upuqbt (mgr.14180) 79 : cephadm [INF] Reconfiguring mgr.smithi195.fiwyoz (monmap changed)... 2024-01-21T08:13:12.647 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:11.278681+0000 mon.smithi116 (mon.0) 493 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi195.fiwyoz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T08:13:12.647 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:11.279441+0000 mon.smithi116 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T08:13:12.647 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:11.280018+0000 mon.smithi116 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:13:12.647 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:13:11.280575+0000 mgr.smithi116.upuqbt (mgr.14180) 80 : cephadm [INF] Reconfiguring daemon mgr.smithi195.fiwyoz on smithi195 2024-01-21T08:13:12.647 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:12.047444+0000 mon.smithi116 (mon.0) 496 : audit [DBG] from='client.? 172.21.15.116:0/3278587405' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-21T08:13:12.647 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:12.140901+0000 mon.smithi116 (mon.0) 497 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:12.647 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:12.141634+0000 mon.smithi116 (mon.0) 498 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T08:13:12.647 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:12.142110+0000 mon.smithi116 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T08:13:12.647 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:12.142546+0000 mon.smithi116 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:13:12.695 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:13.537 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:13:12.141431+0000 mgr.smithi116.upuqbt (mgr.14180) 81 : cephadm [INF] Reconfiguring mon.smithi195 (monmap changed)... 2024-01-21T08:13:13.538 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:13:12.142960+0000 mgr.smithi116.upuqbt (mgr.14180) 82 : cephadm [INF] Reconfiguring daemon mon.smithi195 on smithi195 2024-01-21T08:13:13.538 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:13.034945+0000 mon.smithi116 (mon.0) 501 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:13.538 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:13.037877+0000 mon.smithi116 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T08:13:13.538 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:13.039289+0000 mon.smithi116 (mon.0) 503 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T08:13:13.538 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:13.043461+0000 mon.smithi116 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:13.538 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:13.047905+0000 mon.smithi116 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T08:13:13.538 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:13.051770+0000 mon.smithi116 (mon.0) 506 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi116.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T08:13:13.538 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:13.056139+0000 mon.smithi116 (mon.0) 507 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:13.538 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:13.059857+0000 mon.smithi116 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T08:13:13.538 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:13.061422+0000 mon.smithi116 (mon.0) 509 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi116.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T08:13:13.538 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:13.066530+0000 mon.smithi116 (mon.0) 510 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:13.538 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:13.069790+0000 mon.smithi116 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:13:13.608 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:13:12.141431+0000 mgr.smithi116.upuqbt (mgr.14180) 81 : cephadm [INF] Reconfiguring mon.smithi195 (monmap changed)... 2024-01-21T08:13:13.608 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:13:12.142960+0000 mgr.smithi116.upuqbt (mgr.14180) 82 : cephadm [INF] Reconfiguring daemon mon.smithi195 on smithi195 2024-01-21T08:13:13.608 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:13.034945+0000 mon.smithi116 (mon.0) 501 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:13.608 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:13.037877+0000 mon.smithi116 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T08:13:13.608 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:13.039289+0000 mon.smithi116 (mon.0) 503 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T08:13:13.608 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:13.043461+0000 mon.smithi116 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:13.608 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:13.047905+0000 mon.smithi116 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T08:13:13.608 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:13.051770+0000 mon.smithi116 (mon.0) 506 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi116.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T08:13:13.608 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:13.056139+0000 mon.smithi116 (mon.0) 507 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:13.608 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:13.059857+0000 mon.smithi116 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T08:13:13.609 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:13.061422+0000 mon.smithi116 (mon.0) 509 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi116.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T08:13:13.609 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:13.066530+0000 mon.smithi116 (mon.0) 510 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:13.609 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:13.069790+0000 mon.smithi116 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:13:13.931 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:13:13.931 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":32,"fsid":"6e73547e-b834-11ee-95b0-87774f69a715","created":"2024-01-21T08:10:16.533307+0000","modified":"2024-01-21T08:13:02.230189+0000","last_up_change":"2024-01-21T08:13:00.219582+0000","last_in_change":"2024-01-21T08:12:32.855798+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-21T08:12:49.884545+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":"373407cd-ccda-4d88-9025-41771d825fa0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6800","nonce":142926904},{"type":"v1","addr":"172.21.15.195:6801","nonce":142926904}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6802","nonce":142926904},{"type":"v1","addr":"172.21.15.195:6803","nonce":142926904}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6806","nonce":142926904},{"type":"v1","addr":"172.21.15.195:6807","nonce":142926904}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6804","nonce":142926904},{"type":"v1","addr":"172.21.15.195:6805","nonce":142926904}]},"public_addr":"172.21.15.195:6801/142926904","cluster_addr":"172.21.15.195:6803/142926904","heartbeat_back_addr":"172.21.15.195:6807/142926904","heartbeat_front_addr":"172.21.15.195:6805/142926904","state":["exists","up"]},{"osd":1,"uuid":"c983a6cc-f052-43ad-9da4-efa87821730f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":2165502115},{"type":"v1","addr":"172.21.15.116:6803","nonce":2165502115}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":2165502115},{"type":"v1","addr":"172.21.15.116:6805","nonce":2165502115}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6808","nonce":2165502115},{"type":"v1","addr":"172.21.15.116:6809","nonce":2165502115}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":2165502115},{"type":"v1","addr":"172.21.15.116:6807","nonce":2165502115}]},"public_addr":"172.21.15.116:6803/2165502115","cluster_addr":"172.21.15.116:6805/2165502115","heartbeat_back_addr":"172.21.15.116:6809/2165502115","heartbeat_front_addr":"172.21.15.116:6807/2165502115","state":["exists","up"]},{"osd":2,"uuid":"9f1322a2-b420-4b75-b624-d0dc21ff79c7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6808","nonce":1628225921},{"type":"v1","addr":"172.21.15.195:6809","nonce":1628225921}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6810","nonce":1628225921},{"type":"v1","addr":"172.21.15.195:6811","nonce":1628225921}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6814","nonce":1628225921},{"type":"v1","addr":"172.21.15.195:6815","nonce":1628225921}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6812","nonce":1628225921},{"type":"v1","addr":"172.21.15.195:6813","nonce":1628225921}]},"public_addr":"172.21.15.195:6809/1628225921","cluster_addr":"172.21.15.195:6811/1628225921","heartbeat_back_addr":"172.21.15.195:6815/1628225921","heartbeat_front_addr":"172.21.15.195:6813/1628225921","state":["exists","up"]},{"osd":3,"uuid":"a9fda2ae-b6ee-4511-9590-6f5faa2368b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6810","nonce":4059246950},{"type":"v1","addr":"172.21.15.116:6811","nonce":4059246950}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":4059246950},{"type":"v1","addr":"172.21.15.116:6813","nonce":4059246950}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6816","nonce":4059246950},{"type":"v1","addr":"172.21.15.116:6817","nonce":4059246950}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":4059246950},{"type":"v1","addr":"172.21.15.116:6815","nonce":4059246950}]},"public_addr":"172.21.15.116:6811/4059246950","cluster_addr":"172.21.15.116:6813/4059246950","heartbeat_back_addr":"172.21.15.116:6817/4059246950","heartbeat_front_addr":"172.21.15.116:6815/4059246950","state":["exists","up"]},{"osd":4,"uuid":"484da0ca-a82f-43d9-a3e4-b5347286ff48","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.195:6816","nonce":3001888430},{"type":"v1","addr":"172.21.15.195:6817","nonce":3001888430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6818","nonce":3001888430},{"type":"v1","addr":"172.21.15.195:6819","nonce":3001888430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6822","nonce":3001888430},{"type":"v1","addr":"172.21.15.195:6823","nonce":3001888430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6820","nonce":3001888430},{"type":"v1","addr":"172.21.15.195:6821","nonce":3001888430}]},"public_addr":"172.21.15.195:6817/3001888430","cluster_addr":"172.21.15.195:6819/3001888430","heartbeat_back_addr":"172.21.15.195:6823/3001888430","heartbeat_front_addr":"172.21.15.195:6821/3001888430","state":["exists","up"]},{"osd":5,"uuid":"32ebb7cc-8894-4599-85a4-fe3065d10532","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6818","nonce":1479104637},{"type":"v1","addr":"172.21.15.116:6819","nonce":1479104637}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6820","nonce":1479104637},{"type":"v1","addr":"172.21.15.116:6821","nonce":1479104637}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6824","nonce":1479104637},{"type":"v1","addr":"172.21.15.116:6825","nonce":1479104637}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6822","nonce":1479104637},{"type":"v1","addr":"172.21.15.116:6823","nonce":1479104637}]},"public_addr":"172.21.15.116:6819/1479104637","cluster_addr":"172.21.15.116:6821/1479104637","heartbeat_back_addr":"172.21.15.116:6825/1479104637","heartbeat_front_addr":"172.21.15.116:6823/1479104637","state":["exists","up"]},{"osd":6,"uuid":"9686f1b9-67e2-448e-8f4c-bdc60ea04af9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6824","nonce":852851012},{"type":"v1","addr":"172.21.15.195:6825","nonce":852851012}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6826","nonce":852851012},{"type":"v1","addr":"172.21.15.195:6827","nonce":852851012}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6830","nonce":852851012},{"type":"v1","addr":"172.21.15.195:6831","nonce":852851012}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6828","nonce":852851012},{"type":"v1","addr":"172.21.15.195:6829","nonce":852851012}]},"public_addr":"172.21.15.195:6825/852851012","cluster_addr":"172.21.15.195:6827/852851012","heartbeat_back_addr":"172.21.15.195:6831/852851012","heartbeat_front_addr":"172.21.15.195:6829/852851012","state":["exists","up"]},{"osd":7,"uuid":"f52edba4-1856-4d7a-90e8-72ef52662501","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6826","nonce":2540167820},{"type":"v1","addr":"172.21.15.116:6827","nonce":2540167820}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6828","nonce":2540167820},{"type":"v1","addr":"172.21.15.116:6829","nonce":2540167820}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6832","nonce":2540167820},{"type":"v1","addr":"172.21.15.116:6833","nonce":2540167820}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6830","nonce":2540167820},{"type":"v1","addr":"172.21.15.116:6831","nonce":2540167820}]},"public_addr":"172.21.15.116:6827/2540167820","cluster_addr":"172.21.15.116:6829/2540167820","heartbeat_back_addr":"172.21.15.116:6833/2540167820","heartbeat_front_addr":"172.21.15.116:6831/2540167820","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:44.782109+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:46.994440+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:48.539873+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:50.910536+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:52.395161+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:54.903669+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:56.067883+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:59.133963+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.116:0/534054308":"2024-01-22T08:11:40.503401+0000","172.21.15.116:0/1022376040":"2024-01-22T08:11:40.503401+0000","172.21.15.116:6800/1626728007":"2024-01-22T08:11:40.503401+0000","172.21.15.116:0/1399150536":"2024-01-22T08:11:03.533400+0000","172.21.15.116:0/3094958923":"2024-01-22T08:11:03.533400+0000","172.21.15.116:6801/1359246913":"2024-01-22T08:11:03.533400+0000","172.21.15.116:6800/1359246913":"2024-01-22T08:11:03.533400+0000","172.21.15.116:0/1005453315":"2024-01-22T08:10:36.498575+0000","172.21.15.116:6800/12463179":"2024-01-22T08:10:36.498575+0000","172.21.15.116:6801/12463179":"2024-01-22T08:10:36.498575+0000","172.21.15.116:6801/1626728007":"2024-01-22T08:11:40.503401+0000","172.21.15.116:0/3621584982":"2024-01-22T08:10:36.498575+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-21T08:13:14.356 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-21T08:13:14.356 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T08:13:14.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:12.521706+0000 mgr.smithi116.upuqbt (mgr.14180) 83 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:14.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:13.038439+0000 mgr.smithi116.upuqbt (mgr.14180) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T08:13:14.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:13.039625+0000 mgr.smithi116.upuqbt (mgr.14180) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T08:13:14.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:13.048264+0000 mgr.smithi116.upuqbt (mgr.14180) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T08:13:14.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:13.052176+0000 mgr.smithi116.upuqbt (mgr.14180) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi116.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T08:13:14.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:13.060202+0000 mgr.smithi116.upuqbt (mgr.14180) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T08:13:14.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:13.061782+0000 mgr.smithi116.upuqbt (mgr.14180) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi116.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T08:13:14.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:13.929414+0000 mon.smithi116 (mon.0) 512 : audit [DBG] from='client.? 172.21.15.116:0/851969957' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T08:13:14.714 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:12.521706+0000 mgr.smithi116.upuqbt (mgr.14180) 83 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:14.714 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:13.038439+0000 mgr.smithi116.upuqbt (mgr.14180) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T08:13:14.715 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:13.039625+0000 mgr.smithi116.upuqbt (mgr.14180) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T08:13:14.715 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:13.048264+0000 mgr.smithi116.upuqbt (mgr.14180) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T08:13:14.715 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:13.052176+0000 mgr.smithi116.upuqbt (mgr.14180) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi116.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T08:13:14.715 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:13.060202+0000 mgr.smithi116.upuqbt (mgr.14180) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T08:13:14.715 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:13.061782+0000 mgr.smithi116.upuqbt (mgr.14180) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi116.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T08:13:14.715 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:13.929414+0000 mon.smithi116 (mon.0) 512 : audit [DBG] from='client.? 172.21.15.116:0/851969957' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T08:13:15.063 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:15.426 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:15 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:14.346729+0000 mon.smithi116 (mon.0) 513 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:15.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:15 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:14.346729+0000 mon.smithi116 (mon.0) 513 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:16.415 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:13:16.416 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":32,"fsid":"6e73547e-b834-11ee-95b0-87774f69a715","created":"2024-01-21T08:10:16.533307+0000","modified":"2024-01-21T08:13:02.230189+0000","last_up_change":"2024-01-21T08:13:00.219582+0000","last_in_change":"2024-01-21T08:12:32.855798+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-21T08:12:49.884545+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":"373407cd-ccda-4d88-9025-41771d825fa0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6800","nonce":142926904},{"type":"v1","addr":"172.21.15.195:6801","nonce":142926904}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6802","nonce":142926904},{"type":"v1","addr":"172.21.15.195:6803","nonce":142926904}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6806","nonce":142926904},{"type":"v1","addr":"172.21.15.195:6807","nonce":142926904}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6804","nonce":142926904},{"type":"v1","addr":"172.21.15.195:6805","nonce":142926904}]},"public_addr":"172.21.15.195:6801/142926904","cluster_addr":"172.21.15.195:6803/142926904","heartbeat_back_addr":"172.21.15.195:6807/142926904","heartbeat_front_addr":"172.21.15.195:6805/142926904","state":["exists","up"]},{"osd":1,"uuid":"c983a6cc-f052-43ad-9da4-efa87821730f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":2165502115},{"type":"v1","addr":"172.21.15.116:6803","nonce":2165502115}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":2165502115},{"type":"v1","addr":"172.21.15.116:6805","nonce":2165502115}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6808","nonce":2165502115},{"type":"v1","addr":"172.21.15.116:6809","nonce":2165502115}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":2165502115},{"type":"v1","addr":"172.21.15.116:6807","nonce":2165502115}]},"public_addr":"172.21.15.116:6803/2165502115","cluster_addr":"172.21.15.116:6805/2165502115","heartbeat_back_addr":"172.21.15.116:6809/2165502115","heartbeat_front_addr":"172.21.15.116:6807/2165502115","state":["exists","up"]},{"osd":2,"uuid":"9f1322a2-b420-4b75-b624-d0dc21ff79c7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6808","nonce":1628225921},{"type":"v1","addr":"172.21.15.195:6809","nonce":1628225921}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6810","nonce":1628225921},{"type":"v1","addr":"172.21.15.195:6811","nonce":1628225921}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6814","nonce":1628225921},{"type":"v1","addr":"172.21.15.195:6815","nonce":1628225921}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6812","nonce":1628225921},{"type":"v1","addr":"172.21.15.195:6813","nonce":1628225921}]},"public_addr":"172.21.15.195:6809/1628225921","cluster_addr":"172.21.15.195:6811/1628225921","heartbeat_back_addr":"172.21.15.195:6815/1628225921","heartbeat_front_addr":"172.21.15.195:6813/1628225921","state":["exists","up"]},{"osd":3,"uuid":"a9fda2ae-b6ee-4511-9590-6f5faa2368b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6810","nonce":4059246950},{"type":"v1","addr":"172.21.15.116:6811","nonce":4059246950}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":4059246950},{"type":"v1","addr":"172.21.15.116:6813","nonce":4059246950}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6816","nonce":4059246950},{"type":"v1","addr":"172.21.15.116:6817","nonce":4059246950}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":4059246950},{"type":"v1","addr":"172.21.15.116:6815","nonce":4059246950}]},"public_addr":"172.21.15.116:6811/4059246950","cluster_addr":"172.21.15.116:6813/4059246950","heartbeat_back_addr":"172.21.15.116:6817/4059246950","heartbeat_front_addr":"172.21.15.116:6815/4059246950","state":["exists","up"]},{"osd":4,"uuid":"484da0ca-a82f-43d9-a3e4-b5347286ff48","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.195:6816","nonce":3001888430},{"type":"v1","addr":"172.21.15.195:6817","nonce":3001888430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6818","nonce":3001888430},{"type":"v1","addr":"172.21.15.195:6819","nonce":3001888430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6822","nonce":3001888430},{"type":"v1","addr":"172.21.15.195:6823","nonce":3001888430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6820","nonce":3001888430},{"type":"v1","addr":"172.21.15.195:6821","nonce":3001888430}]},"public_addr":"172.21.15.195:6817/3001888430","cluster_addr":"172.21.15.195:6819/3001888430","heartbeat_back_addr":"172.21.15.195:6823/3001888430","heartbeat_front_addr":"172.21.15.195:6821/3001888430","state":["exists","up"]},{"osd":5,"uuid":"32ebb7cc-8894-4599-85a4-fe3065d10532","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6818","nonce":1479104637},{"type":"v1","addr":"172.21.15.116:6819","nonce":1479104637}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6820","nonce":1479104637},{"type":"v1","addr":"172.21.15.116:6821","nonce":1479104637}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6824","nonce":1479104637},{"type":"v1","addr":"172.21.15.116:6825","nonce":1479104637}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6822","nonce":1479104637},{"type":"v1","addr":"172.21.15.116:6823","nonce":1479104637}]},"public_addr":"172.21.15.116:6819/1479104637","cluster_addr":"172.21.15.116:6821/1479104637","heartbeat_back_addr":"172.21.15.116:6825/1479104637","heartbeat_front_addr":"172.21.15.116:6823/1479104637","state":["exists","up"]},{"osd":6,"uuid":"9686f1b9-67e2-448e-8f4c-bdc60ea04af9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6824","nonce":852851012},{"type":"v1","addr":"172.21.15.195:6825","nonce":852851012}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6826","nonce":852851012},{"type":"v1","addr":"172.21.15.195:6827","nonce":852851012}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6830","nonce":852851012},{"type":"v1","addr":"172.21.15.195:6831","nonce":852851012}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6828","nonce":852851012},{"type":"v1","addr":"172.21.15.195:6829","nonce":852851012}]},"public_addr":"172.21.15.195:6825/852851012","cluster_addr":"172.21.15.195:6827/852851012","heartbeat_back_addr":"172.21.15.195:6831/852851012","heartbeat_front_addr":"172.21.15.195:6829/852851012","state":["exists","up"]},{"osd":7,"uuid":"f52edba4-1856-4d7a-90e8-72ef52662501","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6826","nonce":2540167820},{"type":"v1","addr":"172.21.15.116:6827","nonce":2540167820}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6828","nonce":2540167820},{"type":"v1","addr":"172.21.15.116:6829","nonce":2540167820}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6832","nonce":2540167820},{"type":"v1","addr":"172.21.15.116:6833","nonce":2540167820}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6830","nonce":2540167820},{"type":"v1","addr":"172.21.15.116:6831","nonce":2540167820}]},"public_addr":"172.21.15.116:6827/2540167820","cluster_addr":"172.21.15.116:6829/2540167820","heartbeat_back_addr":"172.21.15.116:6833/2540167820","heartbeat_front_addr":"172.21.15.116:6831/2540167820","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:44.782109+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:46.994440+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:48.539873+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:50.910536+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:52.395161+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:54.903669+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:56.067883+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:12:59.133963+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.116:0/534054308":"2024-01-22T08:11:40.503401+0000","172.21.15.116:0/1022376040":"2024-01-22T08:11:40.503401+0000","172.21.15.116:6800/1626728007":"2024-01-22T08:11:40.503401+0000","172.21.15.116:0/1399150536":"2024-01-22T08:11:03.533400+0000","172.21.15.116:0/3094958923":"2024-01-22T08:11:03.533400+0000","172.21.15.116:6801/1359246913":"2024-01-22T08:11:03.533400+0000","172.21.15.116:6800/1359246913":"2024-01-22T08:11:03.533400+0000","172.21.15.116:0/1005453315":"2024-01-22T08:10:36.498575+0000","172.21.15.116:6800/12463179":"2024-01-22T08:10:36.498575+0000","172.21.15.116:6801/12463179":"2024-01-22T08:10:36.498575+0000","172.21.15.116:6801/1626728007":"2024-01-22T08:11:40.503401+0000","172.21.15.116:0/3621584982":"2024-01-22T08:10:36.498575+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-21T08:13:16.645 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:14.521988+0000 mgr.smithi116.upuqbt (mgr.14180) 90 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:16.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:14.521988+0000 mgr.smithi116.upuqbt (mgr.14180) 90 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:16.793 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-21T08:13:17.218 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:17.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:16.413424+0000 mon.smithi116 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.116:0/65649393' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T08:13:17.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:16.522290+0000 mgr.smithi116.upuqbt (mgr.14180) 91 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:17.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:16.555984+0000 mon.smithi116 (mon.0) 515 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:17.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:13:16.950169+0000 mgr.smithi116.upuqbt (mgr.14180) 92 : cephadm [INF] Detected new or changed devices on smithi195 2024-01-21T08:13:17.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:16.957505+0000 mon.smithi116 (mon.0) 516 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:17.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:17.237416+0000 mon.smithi116 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:13:17.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:17.238084+0000 mon.smithi116 (mon.0) 518 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:13:17.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:17.238666+0000 mon.smithi116 (mon.0) 519 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:13:17.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:17.239229+0000 mon.smithi116 (mon.0) 520 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:13:17.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:13:17.239690+0000 mgr.smithi116.upuqbt (mgr.14180) 93 : cephadm [INF] Adjusting osd_memory_target on smithi195 to 3992M 2024-01-21T08:13:17.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:17.245536+0000 mon.smithi116 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:17.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:16.413424+0000 mon.smithi116 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.116:0/65649393' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T08:13:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:16.522290+0000 mgr.smithi116.upuqbt (mgr.14180) 91 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:16.555984+0000 mon.smithi116 (mon.0) 515 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:13:16.950169+0000 mgr.smithi116.upuqbt (mgr.14180) 92 : cephadm [INF] Detected new or changed devices on smithi195 2024-01-21T08:13:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:16.957505+0000 mon.smithi116 (mon.0) 516 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:17.237416+0000 mon.smithi116 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:13:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:17.238084+0000 mon.smithi116 (mon.0) 518 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:13:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:17.238666+0000 mon.smithi116 (mon.0) 519 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:13:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:17.239229+0000 mon.smithi116 (mon.0) 520 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:13:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:13:17.239690+0000 mgr.smithi116.upuqbt (mgr.14180) 93 : cephadm [INF] Adjusting osd_memory_target on smithi195 to 3992M 2024-01-21T08:13:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:17.245536+0000 mon.smithi116 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:18.711 INFO:teuthology.orchestra.run.smithi116.stdout:68719476745 2024-01-21T08:13:18.711 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-21T08:13:18.992 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:19.743 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:18.522642+0000 mgr.smithi116.upuqbt (mgr.14180) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:20.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:18.522642+0000 mgr.smithi116.upuqbt (mgr.14180) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:20.429 INFO:teuthology.orchestra.run.smithi116.stdout:77309411337 2024-01-21T08:13:20.429 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-21T08:13:20.759 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:21.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:13:20.041366+0000 mgr.smithi116.upuqbt (mgr.14180) 95 : cephadm [INF] Detected new or changed devices on smithi116 2024-01-21T08:13:21.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:20.048976+0000 mon.smithi116 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:21.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:20.492469+0000 mon.smithi116 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:21.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:20.493639+0000 mon.smithi116 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:13:21.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:20.494288+0000 mon.smithi116 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:13:21.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:20.494869+0000 mon.smithi116 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:13:21.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:20.495437+0000 mon.smithi116 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:13:21.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:20.499631+0000 mon.smithi116 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:21.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:20.501297+0000 mon.smithi116 (mon.0) 529 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:13:21.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:20.501907+0000 mon.smithi116 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:13:21.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:20.506291+0000 mon.smithi116 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:21.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:20.511678+0000 mon.smithi116 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:13:21.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:20.516239+0000 mon.smithi116 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:13:21.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:20.517106+0000 mon.smithi116 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:13:21.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:20.517289+0000 mon.smithi116 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:13:21.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:20.517689+0000 mon.smithi116 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:13:21.234 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:13:20.041366+0000 mgr.smithi116.upuqbt (mgr.14180) 95 : cephadm [INF] Detected new or changed devices on smithi116 2024-01-21T08:13:21.234 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:20.048976+0000 mon.smithi116 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:21.234 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:20.492469+0000 mon.smithi116 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:21.234 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:20.493639+0000 mon.smithi116 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:13:21.234 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:20.494288+0000 mon.smithi116 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:13:21.234 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:20.494869+0000 mon.smithi116 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:13:21.234 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:20.495437+0000 mon.smithi116 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:13:21.234 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:20.499631+0000 mon.smithi116 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:21.234 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:20.501297+0000 mon.smithi116 (mon.0) 529 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:13:21.234 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:20.501907+0000 mon.smithi116 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:13:21.234 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:20.506291+0000 mon.smithi116 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:21.234 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:20.511678+0000 mon.smithi116 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:13:21.235 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:20.516239+0000 mon.smithi116 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:13:21.235 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:20.517106+0000 mon.smithi116 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:13:21.235 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:20.517289+0000 mon.smithi116 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:13:21.235 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:20.517689+0000 mon.smithi116 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:13:22.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:13:20.495872+0000 mgr.smithi116.upuqbt (mgr.14180) 96 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 3224M 2024-01-21T08:13:22.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:20.522936+0000 mgr.smithi116.upuqbt (mgr.14180) 97 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:22.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:13:20.495872+0000 mgr.smithi116.upuqbt (mgr.14180) 96 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 3224M 2024-01-21T08:13:22.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:20.522936+0000 mgr.smithi116.upuqbt (mgr.14180) 97 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:22.469 INFO:teuthology.orchestra.run.smithi116.stdout:81604378634 2024-01-21T08:13:22.469 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-21T08:13:22.747 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:24.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:22.523264+0000 mgr.smithi116.upuqbt (mgr.14180) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:24.262 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:22.523264+0000 mgr.smithi116.upuqbt (mgr.14180) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:24.387 INFO:teuthology.orchestra.run.smithi116.stdout:94489280521 2024-01-21T08:13:24.387 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-21T08:13:24.797 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:26.346 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:24.523573+0000 mgr.smithi116.upuqbt (mgr.14180) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:26.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:24.523573+0000 mgr.smithi116.upuqbt (mgr.14180) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:26.603 INFO:teuthology.orchestra.run.smithi116.stdout:98784247817 2024-01-21T08:13:26.604 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-21T08:13:27.086 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:27.824 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:27 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:26.523983+0000 mgr.smithi116.upuqbt (mgr.14180) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:27.824 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:27 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:26.758211+0000 mon.smithi116 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:28.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:27 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:26.523983+0000 mgr.smithi116.upuqbt (mgr.14180) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:28.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:27 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:26.758211+0000 mon.smithi116 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:28.706 INFO:teuthology.orchestra.run.smithi116.stdout:111669149705 2024-01-21T08:13:28.706 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-21T08:13:29.029 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:29.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:28.013946+0000 mon.smithi116 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:29.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:28.015701+0000 mon.smithi116 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:13:29.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:28.013946+0000 mon.smithi116 (mon.0) 538 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:29.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:28.015701+0000 mon.smithi116 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:13:30.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:30 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:28.524455+0000 mgr.smithi116.upuqbt (mgr.14180) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:30.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:30 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:29.439037+0000 mon.smithi116 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:30.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:30 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:28.524455+0000 mgr.smithi116.upuqbt (mgr.14180) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:30.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:30 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:29.439037+0000 mon.smithi116 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:30.871 INFO:teuthology.orchestra.run.smithi116.stdout:115964117001 2024-01-21T08:13:30.871 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-21T08:13:31.377 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:32.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:30.524932+0000 mgr.smithi116.upuqbt (mgr.14180) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:32.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:31.627573+0000 mon.smithi116 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:32.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:31.628426+0000 mon.smithi116 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:13:32.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:31.629108+0000 mon.smithi116 (mon.0) 543 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:13:32.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:31.632611+0000 mon.smithi116 (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:32.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:31.635975+0000 mon.smithi116 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:13:32.641 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:30.524932+0000 mgr.smithi116.upuqbt (mgr.14180) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:32.641 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:31.627573+0000 mon.smithi116 (mon.0) 541 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:32.641 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:31.628426+0000 mon.smithi116 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:13:32.641 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:31.629108+0000 mon.smithi116 (mon.0) 543 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:13:32.641 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:31.632611+0000 mon.smithi116 (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:13:32.642 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:31.635975+0000 mon.smithi116 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:13:32.725 INFO:teuthology.orchestra.run.smithi116.stdout:128849018888 2024-01-21T08:13:32.726 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-21T08:13:32.987 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:34.120 INFO:teuthology.orchestra.run.smithi116.stdout:68719476747 2024-01-21T08:13:34.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:32.525462+0000 mgr.smithi116.upuqbt (mgr.14180) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:34.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:34.119599+0000 mon.smithi116 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.116:0/1014506566' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-21T08:13:34.492 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476745 got 68719476747 for osd.0 2024-01-21T08:13:34.493 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-21T08:13:34.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:34 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:32.525462+0000 mgr.smithi116.upuqbt (mgr.14180) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:34.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:34 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:34.119599+0000 mon.smithi116 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.116:0/1014506566' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-21T08:13:34.754 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:35.899 INFO:teuthology.orchestra.run.smithi116.stdout:77309411340 2024-01-21T08:13:36.275 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411337 got 77309411340 for osd.1 2024-01-21T08:13:36.275 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-21T08:13:36.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:34.525815+0000 mgr.smithi116.upuqbt (mgr.14180) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:36.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:35.897173+0000 mon.smithi116 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.116:0/1601520479' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-21T08:13:36.536 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:36.635 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:34.525815+0000 mgr.smithi116.upuqbt (mgr.14180) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:36.635 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:35.897173+0000 mon.smithi116 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.116:0/1601520479' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-21T08:13:37.610 INFO:teuthology.orchestra.run.smithi116.stdout:81604378637 2024-01-21T08:13:37.992 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378634 got 81604378637 for osd.2 2024-01-21T08:13:37.992 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-21T08:13:38.254 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:38.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:38 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:36.526127+0000 mgr.smithi116.upuqbt (mgr.14180) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:38.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:38 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:37.608439+0000 mon.smithi116 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.116:0/700260111' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-21T08:13:38.564 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:36.526127+0000 mgr.smithi116.upuqbt (mgr.14180) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:38.565 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:37.608439+0000 mon.smithi116 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.116:0/700260111' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-21T08:13:39.396 INFO:teuthology.orchestra.run.smithi116.stdout:94489280524 2024-01-21T08:13:39.783 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280521 got 94489280524 for osd.3 2024-01-21T08:13:39.783 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-21T08:13:40.047 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:40.487 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:40 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:38.526568+0000 mgr.smithi116.upuqbt (mgr.14180) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:40.487 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:40 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:39.394951+0000 mon.smithi116 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.116:0/32238593' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-21T08:13:40.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:40 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:38.526568+0000 mgr.smithi116.upuqbt (mgr.14180) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:40.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:40 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:39.394951+0000 mon.smithi116 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.116:0/32238593' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-21T08:13:41.192 INFO:teuthology.orchestra.run.smithi116.stdout:98784247819 2024-01-21T08:13:41.481 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:41.190670+0000 mon.smithi116 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.116:0/122120443' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-21T08:13:41.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:41.190670+0000 mon.smithi116 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.116:0/122120443' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-21T08:13:41.558 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247817 got 98784247819 for osd.4 2024-01-21T08:13:41.559 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-21T08:13:41.821 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:42.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:42 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:40.526836+0000 mgr.smithi116.upuqbt (mgr.14180) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:42.569 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:42 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:40.526836+0000 mgr.smithi116.upuqbt (mgr.14180) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:42.914 INFO:teuthology.orchestra.run.smithi116.stdout:111669149707 2024-01-21T08:13:43.291 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149705 got 111669149707 for osd.5 2024-01-21T08:13:43.291 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-21T08:13:43.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:43 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:42.913224+0000 mon.smithi116 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.116:0/2087755171' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-21T08:13:43.553 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:43.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:42.913224+0000 mon.smithi116 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.116:0/2087755171' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-21T08:13:44.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:42.527253+0000 mgr.smithi116.upuqbt (mgr.14180) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:44.627 INFO:teuthology.orchestra.run.smithi116.stdout:115964117003 2024-01-21T08:13:44.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:42.527253+0000 mgr.smithi116.upuqbt (mgr.14180) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:44.990 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117001 got 115964117003 for osd.6 2024-01-21T08:13:44.990 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-21T08:13:45.252 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:45.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:44.625498+0000 mon.smithi116 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.116:0/1218542765' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-21T08:13:45.562 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:44.625498+0000 mon.smithi116 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.116:0/1218542765' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-21T08:13:46.371 INFO:teuthology.orchestra.run.smithi116.stdout:128849018890 2024-01-21T08:13:46.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:44.527585+0000 mgr.smithi116.upuqbt (mgr.14180) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:46.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:44.527585+0000 mgr.smithi116.upuqbt (mgr.14180) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:46.749 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018888 got 128849018890 for osd.7 2024-01-21T08:13:46.749 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-21T08:13:46.749 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-21T08:13:47.011 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:47.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:46.369732+0000 mon.smithi116 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.116:0/2078704969' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-21T08:13:47.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:46.369732+0000 mon.smithi116 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.116:0/2078704969' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-21T08:13:48.099 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:13:48.101 INFO:teuthology.orchestra.run.smithi116.stderr:dumped all 2024-01-21T08:13:48.380 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:46.528012+0000 mgr.smithi116.upuqbt (mgr.14180) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:48.474 INFO:teuthology.orchestra.run.smithi116.stdout:{"pg_ready":true,"pg_map":{"version":84,"stamp":"2024-01-21T08:13:46.527758+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":2379228,"kb_used_data":2460,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549220,"statfs":{"total":767926730752,"available":765490401280,"internally_reserved":0,"allocated":2519040,"data_stored":974495,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":32,"state":"active+clean","last_fresh":"2024-01-21T08:13:02.843972+0000","last_change":"2024-01-21T08:13:02.843972+0000","last_active":"2024-01-21T08:13:02.843972+0000","last_peered":"2024-01-21T08:13:02.843972+0000","last_clean":"2024-01-21T08:13:02.843972+0000","last_became_active":"2024-01-21T08:13:02.843686+0000","last_became_peered":"2024-01-21T08:13:02.843686+0000","last_unstale":"2024-01-21T08:13:02.843972+0000","last_undegraded":"2024-01-21T08:13:02.843972+0000","last_fullsized":"2024-01-21T08:13:02.843972+0000","mapping_epoch":31,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":32,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-21T08:12:50.621627+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-21T08:12:50.621627+0000","last_clean_scrub_stamp":"2024-01-21T08:12:50.621627+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":30,"seq":128849018891,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"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.58799999999999997}]},{"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.34499999999999997}]},{"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.624}]},{"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.36099999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48199999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38}]},{"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.60699999999999998}]}]},{"osd":6,"up_from":27,"seq":115964117004,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"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.41099999999999998}]},{"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.53600000000000003}]},{"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.48999999999999999}]},{"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.61399999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48099999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63}]},{"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.60499999999999998}]}]},{"osd":1,"up_from":18,"seq":77309411342,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58499999999999996}]},{"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.65200000000000002}]},{"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.38800000000000001}]},{"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.63700000000000001}]},{"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.32300000000000001}]},{"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.68400000000000005}]},{"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.36699999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476750,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53700000000000003}]},{"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.45700000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47599999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55000000000000004}]},{"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.50800000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63400000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.624}]}]},{"osd":2,"up_from":19,"seq":81604378639,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54100000000000004}]},{"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.52700000000000002}]},{"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.44500000000000001}]},{"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.41199999999999998}]},{"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.435}]},{"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.39800000000000002}]},{"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.45800000000000002}]}]},{"osd":3,"up_from":22,"seq":94489280525,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297400,"kb_used_data":304,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443656,"statfs":{"total":95990841344,"available":95686303744,"internally_reserved":0,"allocated":311296,"data_stored":121209,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39300000000000002}]},{"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.30599999999999999}]},{"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.51100000000000001}]},{"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.41299999999999998}]},{"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.375}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44700000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.36299999999999999}]}]},{"osd":4,"up_from":23,"seq":98784247821,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"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.26300000000000001}]},{"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.48699999999999999}]},{"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.34399999999999997}]},{"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.434}]},{"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.45100000000000001}]},{"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.42099999999999999}]},{"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.52600000000000002}]}]},{"osd":5,"up_from":26,"seq":111669149708,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46600000000000003}]},{"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.32200000000000001}]},{"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.49199999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33800000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42899999999999999}]},{"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.47999999999999998}]},{"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.38200000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-21T08:13:48.475 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-21T08:13:48.738 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:48.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:46.528012+0000 mgr.smithi116.upuqbt (mgr.14180) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:49.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:48.096516+0000 mgr.smithi116.upuqbt (mgr.14180) 111 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:13:49.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:48.096516+0000 mgr.smithi116.upuqbt (mgr.14180) 111 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:13:49.905 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:13:49.907 INFO:teuthology.orchestra.run.smithi116.stderr:dumped all 2024-01-21T08:13:50.272 INFO:teuthology.orchestra.run.smithi116.stdout:{"pg_ready":true,"pg_map":{"version":85,"stamp":"2024-01-21T08:13:48.528206+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":2379228,"kb_used_data":2460,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549220,"statfs":{"total":767926730752,"available":765490401280,"internally_reserved":0,"allocated":2519040,"data_stored":974495,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":32,"state":"active+clean","last_fresh":"2024-01-21T08:13:02.843972+0000","last_change":"2024-01-21T08:13:02.843972+0000","last_active":"2024-01-21T08:13:02.843972+0000","last_peered":"2024-01-21T08:13:02.843972+0000","last_clean":"2024-01-21T08:13:02.843972+0000","last_became_active":"2024-01-21T08:13:02.843686+0000","last_became_peered":"2024-01-21T08:13:02.843686+0000","last_unstale":"2024-01-21T08:13:02.843972+0000","last_undegraded":"2024-01-21T08:13:02.843972+0000","last_fullsized":"2024-01-21T08:13:02.843972+0000","mapping_epoch":31,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":32,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-21T08:12:50.621627+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-21T08:12:50.621627+0000","last_clean_scrub_stamp":"2024-01-21T08:12:50.621627+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":30,"seq":128849018891,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"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.58799999999999997}]},{"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.34499999999999997}]},{"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.624}]},{"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.36099999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48199999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38}]},{"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.60699999999999998}]}]},{"osd":6,"up_from":27,"seq":115964117005,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"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.35299999999999998}]},{"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.54400000000000004}]},{"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.46200000000000002}]},{"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.60499999999999998}]},{"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.58899999999999997}]},{"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.56299999999999994}]},{"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.52900000000000003}]}]},{"osd":1,"up_from":18,"seq":77309411342,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58499999999999996}]},{"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.65200000000000002}]},{"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.38800000000000001}]},{"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.63700000000000001}]},{"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.32300000000000001}]},{"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.68400000000000005}]},{"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.36699999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476751,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45700000000000002}]},{"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.69999999999999996}]},{"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.501}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59199999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.629}]},{"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.67000000000000004}]},{"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.67700000000000005}]}]},{"osd":2,"up_from":19,"seq":81604378639,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54100000000000004}]},{"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.52700000000000002}]},{"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.44500000000000001}]},{"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.41199999999999998}]},{"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.435}]},{"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.39800000000000002}]},{"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.45800000000000002}]}]},{"osd":3,"up_from":22,"seq":94489280526,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297400,"kb_used_data":304,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443656,"statfs":{"total":95990841344,"available":95686303744,"internally_reserved":0,"allocated":311296,"data_stored":121209,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.439}]},{"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.22800000000000001}]},{"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.39800000000000002}]},{"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.36499999999999999}]},{"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.32300000000000001}]},{"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.35299999999999998}]},{"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.29899999999999999}]}]},{"osd":4,"up_from":23,"seq":98784247821,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"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.26300000000000001}]},{"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.48699999999999999}]},{"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.34399999999999997}]},{"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.434}]},{"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.45100000000000001}]},{"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.42099999999999999}]},{"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.52600000000000002}]}]},{"osd":5,"up_from":26,"seq":111669149709,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121898,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47799999999999998}]},{"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.40100000000000002}]},{"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.505}]},{"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.26400000000000001}]},{"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.47099999999999997}]},{"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.41799999999999998}]},{"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.35199999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-21T08:13:50.273 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-21T08:13:50.273 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-21T08:13:50.273 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-21T08:13:50.274 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T08:13:50.536 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/mon.smithi116/config 2024-01-21T08:13:50.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:48.528357+0000 mgr.smithi116.upuqbt (mgr.14180) 112 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:50.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:48.528357+0000 mgr.smithi116.upuqbt (mgr.14180) 112 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:51.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:49.902597+0000 mgr.smithi116.upuqbt (mgr.14180) 113 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:13:51.659 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:13:51.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:49.902597+0000 mgr.smithi116.upuqbt (mgr.14180) 113 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:13:52.040 INFO:teuthology.orchestra.run.smithi116.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-21T08:13:52.040 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-21T08:13:52.041 INFO:tasks.cephadm:Setup complete, yielding 2024-01-21T08:13:52.041 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T08:13:52.050 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2024-01-21T08:13:52.051 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- bash -c 'ceph orch status' 2024-01-21T08:13:52.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:50.528691+0000 mgr.smithi116.upuqbt (mgr.14180) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:52.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:51.658402+0000 mon.smithi116 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.116:0/459129743' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T08:13:52.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:50.528691+0000 mgr.smithi116.upuqbt (mgr.14180) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:52.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:51.658402+0000 mon.smithi116 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.116:0/459129743' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T08:13:53.365 INFO:teuthology.orchestra.run.smithi116.stdout:Backend: cephadm 2024-01-21T08:13:53.365 INFO:teuthology.orchestra.run.smithi116.stdout:Available: Yes 2024-01-21T08:13:53.365 INFO:teuthology.orchestra.run.smithi116.stdout:Paused: No 2024-01-21T08:13:53.756 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-21T08:13:54.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:52.528980+0000 mgr.smithi116.upuqbt (mgr.14180) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:54.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:52.528980+0000 mgr.smithi116.upuqbt (mgr.14180) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:55.140 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-21T08:13:55.140 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.smithi116 smithi116 *:9093,9094 running (52s) 23s ago 2m 16.9M - 0.23.0 ba2b418f427c dd1a952ad197 2024-01-21T08:13:55.140 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi116 smithi116 running (2m) 23s ago 2m 7289k - 16.2.14-454-gea310589 9b28eb2d7c37 1e6b42156482 2024-01-21T08:13:55.140 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi195 smithi195 running (117s) 25s ago 116s 7424k - 16.2.14-454-gea310589 9b28eb2d7c37 b018e4621349 2024-01-21T08:13:55.140 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.smithi116 smithi116 *:3000 running (48s) 23s ago 2m 51.1M - 8.3.5 dad864ee21e9 c72b1dc99bd3 2024-01-21T08:13:55.140 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi116.upuqbt smithi116 *:9283 running (3m) 23s ago 3m 447M - 16.2.14-454-gea310589 9b28eb2d7c37 5dff9bfe8d16 2024-01-21T08:13:55.141 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi195.fiwyoz smithi195 *:8443,9283 running (115s) 25s ago 114s 394M - 16.2.14-454-gea310589 9b28eb2d7c37 c2d84b26a652 2024-01-21T08:13:55.141 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi116 smithi116 running (3m) 23s ago 3m 72.5M 2048M 16.2.14-454-gea310589 9b28eb2d7c37 707635078d81 2024-01-21T08:13:55.141 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi195 smithi195 running (112s) 25s ago 112s 64.2M 2048M 16.2.14-454-gea310589 9b28eb2d7c37 cc9abe179062 2024-01-21T08:13:55.141 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi116 smithi116 *:9100 running (2m) 23s ago 2m 24.6M - 1.3.1 1dbe0e931976 1415129a32cc 2024-01-21T08:13:55.141 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi195 smithi195 *:9100 running (98s) 25s ago 98s 18.5M - 1.3.1 1dbe0e931976 a74a66752f8b 2024-01-21T08:13:55.141 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi195 running (74s) 25s ago 74s 33.2M 3992M 16.2.14-454-gea310589 9b28eb2d7c37 e925b780c0f3 2024-01-21T08:13:55.141 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (72s) 23s ago 72s 36.7M 3224M 16.2.14-454-gea310589 9b28eb2d7c37 0a55ef222274 2024-01-21T08:13:55.141 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi195 running (71s) 25s ago 70s 31.5M 3992M 16.2.14-454-gea310589 9b28eb2d7c37 54e15ae5918a 2024-01-21T08:13:55.141 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (68s) 23s ago 68s 31.9M 3224M 16.2.14-454-gea310589 9b28eb2d7c37 a57a7f6522d9 2024-01-21T08:13:55.141 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi195 running (67s) 25s ago 66s 30.4M 3992M 16.2.14-454-gea310589 9b28eb2d7c37 f9851a923808 2024-01-21T08:13:55.141 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi116 running (64s) 23s ago 64s 31.3M 3224M 16.2.14-454-gea310589 9b28eb2d7c37 9ced153d04c3 2024-01-21T08:13:55.141 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi195 running (63s) 25s ago 63s 33.5M 3992M 16.2.14-454-gea310589 9b28eb2d7c37 631b0035f492 2024-01-21T08:13:55.141 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi116 running (60s) 23s ago 60s 31.0M 3224M 16.2.14-454-gea310589 9b28eb2d7c37 fac80764b6aa 2024-01-21T08:13:55.141 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.smithi116 smithi116 *:9095 running (45s) 23s ago 2m 46.1M - 2.33.4 514e6a882f6e a6edfe73ae63 2024-01-21T08:13:55.438 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:53.364066+0000 mgr.smithi116.upuqbt (mgr.14180) 116 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:13:55.513 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-21T08:13:55.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:53.364066+0000 mgr.smithi116.upuqbt (mgr.14180) 116 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:13:56.476 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:54.529488+0000 mgr.smithi116.upuqbt (mgr.14180) 117 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:56.477 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:55.131150+0000 mgr.smithi116.upuqbt (mgr.14180) 118 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:13:56.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:54.529488+0000 mgr.smithi116.upuqbt (mgr.14180) 117 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:56.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:55.131150+0000 mgr.smithi116.upuqbt (mgr.14180) 118 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:13:56.838 INFO:teuthology.orchestra.run.smithi116.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-21T08:13:56.838 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager ?:9093,9094 1/1 25s ago 3m count:1 2024-01-21T08:13:56.838 INFO:teuthology.orchestra.run.smithi116.stdout:crash 2/2 27s ago 3m * 2024-01-21T08:13:56.838 INFO:teuthology.orchestra.run.smithi116.stdout:grafana ?:3000 1/1 25s ago 3m count:1 2024-01-21T08:13:56.838 INFO:teuthology.orchestra.run.smithi116.stdout:mgr 2/2 27s ago 3m count:2 2024-01-21T08:13:56.838 INFO:teuthology.orchestra.run.smithi116.stdout:mon 2/2 27s ago 2m smithi116:172.21.15.116=smithi116;smithi195:172.21.15.195=smithi195;count:2 2024-01-21T08:13:56.838 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter ?:9100 2/2 27s ago 3m * 2024-01-21T08:13:56.838 INFO:teuthology.orchestra.run.smithi116.stdout:osd.all-available-devices 8 27s ago 99s * 2024-01-21T08:13:56.838 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus ?:9095 1/1 25s ago 3m count:1 2024-01-21T08:13:57.216 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-21T08:13:58.595 INFO:teuthology.orchestra.run.smithi116.stdout:HOST ADDR LABELS STATUS 2024-01-21T08:13:58.595 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 172.21.15.116 2024-01-21T08:13:58.595 INFO:teuthology.orchestra.run.smithi116.stdout:smithi195 172.21.15.195 2024-01-21T08:13:58.595 INFO:teuthology.orchestra.run.smithi116.stdout:2 hosts in cluster 2024-01-21T08:13:58.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:56.529773+0000 mgr.smithi116.upuqbt (mgr.14180) 119 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:58.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:13:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:56.833377+0000 mgr.smithi116.upuqbt (mgr.14180) 120 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:13:58.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:56.529773+0000 mgr.smithi116.upuqbt (mgr.14180) 119 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:13:58.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:13:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:56.833377+0000 mgr.smithi116.upuqbt (mgr.14180) 120 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:13:58.972 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-21T08:14:00.347 INFO:teuthology.orchestra.run.smithi116.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-21T08:14:00.347 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400VJ400BGN 372G 40s ago Has a FileSystem, LVM detected 2024-01-21T08:14:00.348 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme1n1 ssd Linux_9ac700debbfed1f59f78 89.4G 40s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:14:00.348 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme2n1 ssd Linux_33f3ad8dd6e0d1b73a7d 89.4G 40s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:14:00.348 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme3n1 ssd Linux_cdfcf25af55e7aca8c69 89.4G 40s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:14:00.348 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme4n1 ssd Linux_3b8072443a7ef1998da2 89.4G 40s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:14:00.348 INFO:teuthology.orchestra.run.smithi116.stdout:smithi195 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB751300FS480DGN 447G 43s ago Has a FileSystem, LVM detected 2024-01-21T08:14:00.348 INFO:teuthology.orchestra.run.smithi116.stdout:smithi195 /dev/nvme1n1 ssd Linux_bc115317b4ac0f4b063d 89.4G 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:14:00.348 INFO:teuthology.orchestra.run.smithi116.stdout:smithi195 /dev/nvme2n1 ssd Linux_c04ef000cae91a716c55 89.4G 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:14:00.348 INFO:teuthology.orchestra.run.smithi116.stdout:smithi195 /dev/nvme3n1 ssd Linux_9d9ff0aceadc99991889 89.4G 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:14:00.348 INFO:teuthology.orchestra.run.smithi116.stdout:smithi195 /dev/nvme4n1 ssd Linux_3d3af6076be31b587a53 89.4G 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:14:00.628 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:13:58.530088+0000 mgr.smithi116.upuqbt (mgr.14180) 121 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:14:00.628 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:13:58.593238+0000 mgr.smithi116.upuqbt (mgr.14180) 122 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:14:00.730 INFO:teuthology.run_tasks:Running task vip... 2024-01-21T08:14:00.739 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-21T08:14:00.739 INFO:tasks.vip:peername 172.21.15.116 2024-01-21T08:14:00.742 INFO:tasks.vip:172.21.15.116 in 172.21.0.0/20, pos 3955 2024-01-21T08:14:00.747 INFO:tasks.vip:smithi116.front.sepia.ceph.com static 10.0.15.116, vnet 10.0.0.0/16 2024-01-21T08:14:00.747 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-21T08:14:00.747 DEBUG:teuthology.orchestra.run.smithi116:> sudo ip route ls 2024-01-21T08:14:00.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:13:58.530088+0000 mgr.smithi116.upuqbt (mgr.14180) 121 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:14:00.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:13:58.593238+0000 mgr.smithi116.upuqbt (mgr.14180) 122 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:14:00.776 INFO:teuthology.orchestra.run.smithi116.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.116 metric 100 2024-01-21T08:14:00.776 INFO:teuthology.orchestra.run.smithi116.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.116 metric 100 2024-01-21T08:14:00.777 INFO:tasks.vip:Configuring 10.0.15.116 on smithi116.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T08:14:00.777 DEBUG:teuthology.orchestra.run.smithi116:> sudo ip addr add 10.0.15.116/16 dev enp3s0f1 2024-01-21T08:14:00.845 INFO:tasks.vip:peername 172.21.15.195 2024-01-21T08:14:00.847 INFO:tasks.vip:172.21.15.195 in 172.21.0.0/20, pos 4034 2024-01-21T08:14:00.851 INFO:tasks.vip:smithi195.front.sepia.ceph.com static 10.0.15.195, vnet 10.0.0.0/16 2024-01-21T08:14:00.852 DEBUG:teuthology.orchestra.run.smithi195:> sudo ip route ls 2024-01-21T08:14:00.889 INFO:teuthology.orchestra.run.smithi195.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.195 metric 100 2024-01-21T08:14:00.889 INFO:teuthology.orchestra.run.smithi195.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.195 metric 100 2024-01-21T08:14:00.890 INFO:tasks.vip:Configuring 10.0.15.195 on smithi195.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T08:14:00.890 DEBUG:teuthology.orchestra.run.smithi195:> sudo ip addr add 10.0.15.195/16 dev enp3s0f1 2024-01-21T08:14:00.962 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T08:14:00.971 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2024-01-21T08:14:00.971 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-21T08:14:01.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:00.344229+0000 mgr.smithi116.upuqbt (mgr.14180) 123 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:14:01.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:00.344229+0000 mgr.smithi116.upuqbt (mgr.14180) 123 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:14:02.291 INFO:teuthology.orchestra.run.smithi116.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-21T08:14:02.291 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400VJ400BGN 372G 42s ago Has a FileSystem, LVM detected 2024-01-21T08:14:02.291 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme1n1 ssd Linux_9ac700debbfed1f59f78 89.4G 42s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:14:02.291 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme2n1 ssd Linux_33f3ad8dd6e0d1b73a7d 89.4G 42s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:14:02.291 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme3n1 ssd Linux_cdfcf25af55e7aca8c69 89.4G 42s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:14:02.291 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme4n1 ssd Linux_3b8072443a7ef1998da2 89.4G 42s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:14:02.292 INFO:teuthology.orchestra.run.smithi116.stdout:smithi195 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB751300FS480DGN 447G 45s ago Has a FileSystem, LVM detected 2024-01-21T08:14:02.292 INFO:teuthology.orchestra.run.smithi116.stdout:smithi195 /dev/nvme1n1 ssd Linux_bc115317b4ac0f4b063d 89.4G 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:14:02.292 INFO:teuthology.orchestra.run.smithi116.stdout:smithi195 /dev/nvme2n1 ssd Linux_c04ef000cae91a716c55 89.4G 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:14:02.292 INFO:teuthology.orchestra.run.smithi116.stdout:smithi195 /dev/nvme3n1 ssd Linux_9d9ff0aceadc99991889 89.4G 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:14:02.292 INFO:teuthology.orchestra.run.smithi116.stdout:smithi195 /dev/nvme4n1 ssd Linux_3d3af6076be31b587a53 89.4G 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:14:02.621 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:02 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:00.530430+0000 mgr.smithi116.upuqbt (mgr.14180) 124 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:14:02.691 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-21T08:14:02.704 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2024-01-21T08:14:02.704 DEBUG:teuthology.orchestra.run.smithi116:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-21T08:14:02.734 INFO:teuthology.orchestra.run.smithi116.stderr:+ systemctl stop nfs-server 2024-01-21T08:14:02.740 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi195.front.sepia.ceph.com 2024-01-21T08:14:02.740 DEBUG:teuthology.orchestra.run.smithi195:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-21T08:14:02.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:00.530430+0000 mgr.smithi116.upuqbt (mgr.14180) 124 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:14:02.766 INFO:teuthology.orchestra.run.smithi195.stderr:+ systemctl stop nfs-server 2024-01-21T08:14:02.773 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T08:14:02.784 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2024-01-21T08:14:02.785 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2024-01-21T08:14:03.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:02.288286+0000 mgr.smithi116.upuqbt (mgr.14180) 125 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:14:03.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:02.313778+0000 mon.smithi116 (mon.0) 555 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:14:03.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:03 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:02.288286+0000 mgr.smithi116.upuqbt (mgr.14180) 125 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:14:03.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:03 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:02.313778+0000 mon.smithi116 (mon.0) 555 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:14:04.392 INFO:teuthology.orchestra.run.smithi116.stdout:Scheduled rgw.foorgw update... 2024-01-21T08:14:04.485 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:02.530910+0000 mgr.smithi116.upuqbt (mgr.14180) 126 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:14:04.485 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:03.827635+0000 mon.smithi116 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:04.602 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:02.530910+0000 mgr.smithi116.upuqbt (mgr.14180) 126 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:14:04.602 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:03.827635+0000 mon.smithi116 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:05.034 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.116/16' 2024-01-21T08:14:05.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:05 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:04.386678+0000 mgr.smithi116.upuqbt (mgr.14180) 127 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:14:05.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:05 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:14:04.387692+0000 mgr.smithi116.upuqbt (mgr.14180) 128 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-21T08:14:05.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:05 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:04.390734+0000 mon.smithi116 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:05.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:05 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:04.531269+0000 mgr.smithi116.upuqbt (mgr.14180) 129 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:14:05.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:05 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:04.386678+0000 mgr.smithi116.upuqbt (mgr.14180) 127 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:14:05.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:05 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:14:04.387692+0000 mgr.smithi116.upuqbt (mgr.14180) 128 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-21T08:14:05.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:05 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:04.390734+0000 mon.smithi116 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:05.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:05 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:04.531269+0000 mgr.smithi116.upuqbt (mgr.14180) 129 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:14:07.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:06.105647+0000 mon.smithi116 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:07.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:06.289392+0000 mon.smithi116 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:07.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:06.466636+0000 mon.smithi116 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-21T08:14:07.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:07 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:06.105647+0000 mon.smithi116 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:07.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:07 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:06.289392+0000 mon.smithi116 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:07.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:07 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:06.466636+0000 mon.smithi116 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-21T08:14:08.335 INFO:teuthology.orchestra.run.smithi116.stdout:NFS Cluster Created Successfully 2024-01-21T08:14:08.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:06.465458+0000 mgr.smithi116.upuqbt (mgr.14180) 130 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.116/16", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:14:08.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:06.531548+0000 mgr.smithi116.upuqbt (mgr.14180) 131 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:14:08.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:07.300162+0000 mon.smithi116 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-21T08:14:08.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:07.300223+0000 mon.smithi116 (mon.0) 562 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-21T08:14:08.357 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:07.302240+0000 mon.smithi116 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-21T08:14:08.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:06.465458+0000 mgr.smithi116.upuqbt (mgr.14180) 130 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.116/16", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:14:08.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:06.531548+0000 mgr.smithi116.upuqbt (mgr.14180) 131 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:14:08.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:07.300162+0000 mon.smithi116 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-21T08:14:08.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:07.300223+0000 mon.smithi116 (mon.0) 562 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-21T08:14:08.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:07.302240+0000 mon.smithi116 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-21T08:14:08.764 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-21T08:14:08.773 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2024-01-21T08:14:08.773 DEBUG:teuthology.orchestra.run.smithi116:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2024-01-21T08:14:08.802 INFO:teuthology.orchestra.run.smithi116.stderr:+ dnf install -y python3-boto3 2024-01-21T08:14:09.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:08.301725+0000 mon.smithi116 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-21T08:14:09.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:08.301824+0000 mon.smithi116 (mon.0) 565 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-21T08:14:09.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:14:08.326801+0000 mgr.smithi116.upuqbt (mgr.14180) 132 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-21T08:14:09.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:08.329911+0000 mon.smithi116 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:09.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:14:08.331077+0000 mgr.smithi116.upuqbt (mgr.14180) 133 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-21T08:14:09.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:08.333367+0000 mon.smithi116 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:09.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:08.720663+0000 mon.smithi116 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:09.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:08.721528+0000 mon.smithi116 (mon.0) 569 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:14:09.451 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:08.722130+0000 mon.smithi116 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:14:09.452 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:08.725772+0000 mon.smithi116 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:09.452 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:08.729677+0000 mon.smithi116 (mon.0) 572 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:14:09.452 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:08.736917+0000 mon.smithi116 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:09.452 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:08.737337+0000 mon.smithi116 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi195.hzrygv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T08:14:09.452 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:08.740242+0000 mon.smithi116 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi195.hzrygv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T08:14:09.452 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:08.744377+0000 mon.smithi116 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:09.452 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:08.745202+0000 mon.smithi116 (mon.0) 577 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:14:09.495 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:06:04 ago on Sun 21 Jan 2024 08:08:05 AM UTC. 2024-01-21T08:14:09.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:08.301725+0000 mon.smithi116 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-21T08:14:09.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:08.301824+0000 mon.smithi116 (mon.0) 565 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-21T08:14:09.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:14:08.326801+0000 mgr.smithi116.upuqbt (mgr.14180) 132 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-21T08:14:09.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:08.329911+0000 mon.smithi116 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:09.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:14:08.331077+0000 mgr.smithi116.upuqbt (mgr.14180) 133 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-21T08:14:09.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:08.333367+0000 mon.smithi116 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:09.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:08.720663+0000 mon.smithi116 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:09.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:08.721528+0000 mon.smithi116 (mon.0) 569 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:14:09.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:08.722130+0000 mon.smithi116 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:14:09.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:08.725772+0000 mon.smithi116 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:09.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:08.729677+0000 mon.smithi116 (mon.0) 572 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:14:09.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:08.736917+0000 mon.smithi116 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:09.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:08.737337+0000 mon.smithi116 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi195.hzrygv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T08:14:09.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:08.740242+0000 mon.smithi116 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi195.hzrygv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T08:14:09.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:08.744377+0000 mon.smithi116 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:09.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:08.745202+0000 mon.smithi116 (mon.0) 577 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:14:10.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:08.531797+0000 mgr.smithi116.upuqbt (mgr.14180) 134 : cluster [DBG] pgmap v97: 33 pgs: 15 creating+peering, 1 active+clean, 17 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:14:10.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:14:08.734163+0000 mgr.smithi116.upuqbt (mgr.14180) 135 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-21T08:14:10.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:14:08.745773+0000 mgr.smithi116.upuqbt (mgr.14180) 136 : cephadm [INF] Deploying daemon rgw.foorgw.smithi195.hzrygv on smithi195 2024-01-21T08:14:10.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:09.315813+0000 mon.smithi116 (mon.0) 578 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-21T08:14:10.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:09.750889+0000 mon.smithi116 (mon.0) 579 : cluster [DBG] mgrmap e19: smithi116.upuqbt(active, since 2m), standbys: smithi195.fiwyoz 2024-01-21T08:14:10.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:08.531797+0000 mgr.smithi116.upuqbt (mgr.14180) 134 : cluster [DBG] pgmap v97: 33 pgs: 15 creating+peering, 1 active+clean, 17 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:14:10.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:14:08.734163+0000 mgr.smithi116.upuqbt (mgr.14180) 135 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-21T08:14:10.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:14:08.745773+0000 mgr.smithi116.upuqbt (mgr.14180) 136 : cephadm [INF] Deploying daemon rgw.foorgw.smithi195.hzrygv on smithi195 2024-01-21T08:14:10.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:09.315813+0000 mon.smithi116 (mon.0) 578 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-21T08:14:10.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:09.750889+0000 mon.smithi116 (mon.0) 579 : cluster [DBG] mgrmap e19: smithi116.upuqbt(active, since 2m), standbys: smithi195.fiwyoz 2024-01-21T08:14:11.031 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-01-21T08:14:11.032 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-01-21T08:14:11.032 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-01-21T08:14:11.032 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-01-21T08:14:11.032 INFO:teuthology.orchestra.run.smithi116.stdout:Installing: 2024-01-21T08:14:11.033 INFO:teuthology.orchestra.run.smithi116.stdout: python3-boto3 noarch 1.15.15-1.el8 epel 152 k 2024-01-21T08:14:11.033 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-01-21T08:14:11.033 INFO:teuthology.orchestra.run.smithi116.stdout: python3-botocore noarch 1.18.15-1.el8 epel 4.5 M 2024-01-21T08:14:11.033 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jmespath noarch 0.9.0-11.el8 appstream 45 k 2024-01-21T08:14:11.033 INFO:teuthology.orchestra.run.smithi116.stdout: python3-s3transfer noarch 0.3.4-1.el8 epel 108 k 2024-01-21T08:14:11.033 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:14:11.033 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-01-21T08:14:11.033 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-01-21T08:14:11.033 INFO:teuthology.orchestra.run.smithi116.stdout:Install 4 Packages 2024-01-21T08:14:11.033 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:14:11.034 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 4.8 M 2024-01-21T08:14:11.034 INFO:teuthology.orchestra.run.smithi116.stdout:Installed size: 49 M 2024-01-21T08:14:11.034 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-01-21T08:14:11.431 INFO:teuthology.orchestra.run.smithi116.stdout:(1/4): python3-boto3-1.15.15-1.el8.noarch.rpm 814 kB/s | 152 kB 00:00 2024-01-21T08:14:11.506 INFO:teuthology.orchestra.run.smithi116.stdout:(2/4): python3-s3transfer-0.3.4-1.el8.noarch.rp 1.4 MB/s | 108 kB 00:00 2024-01-21T08:14:11.631 INFO:teuthology.orchestra.run.smithi116.stdout:(3/4): python3-botocore-1.18.15-1.el8.noarch.rp 12 MB/s | 4.5 MB 00:00 2024-01-21T08:14:11.657 INFO:teuthology.orchestra.run.smithi116.stdout:(4/4): python3-jmespath-0.9.0-11.el8.noarch.rpm 109 kB/s | 45 kB 00:00 2024-01-21T08:14:11.657 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-01-21T08:14:11.657 INFO:teuthology.orchestra.run.smithi116.stdout:Total 7.6 MB/s | 4.8 MB 00:00 2024-01-21T08:14:11.669 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-01-21T08:14:11.679 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-01-21T08:14:11.679 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-01-21T08:14:11.770 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-01-21T08:14:11.774 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-01-21T08:14:11.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:10.532140+0000 mgr.smithi116.upuqbt (mgr.14180) 137 : cluster [DBG] pgmap v99: 33 pgs: 15 creating+peering, 4 active+clean, 14 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:14:11.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:10.549443+0000 mon.smithi116 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:11.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:10.550467+0000 mon.smithi116 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi116.vsqonz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T08:14:11.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:10.555099+0000 mon.smithi116 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi116.vsqonz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T08:14:11.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:10.558837+0000 mon.smithi116 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:11.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:10.559399+0000 mon.smithi116 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:14:11.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:14:10.559874+0000 mgr.smithi116.upuqbt (mgr.14180) 138 : cephadm [INF] Deploying daemon rgw.foorgw.smithi116.vsqonz on smithi116 2024-01-21T08:14:11.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:11.245940+0000 mon.smithi116 (mon.0) 585 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-21T08:14:11.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:11.248512+0000 mon.smithi195 (mon.1) 19 : audit [INF] from='client.? 172.21.15.195:0/1017186944' entity='client.rgw.foorgw.smithi195.hzrygv' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T08:14:11.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:11.251935+0000 mon.smithi116 (mon.0) 586 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi195.hzrygv' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T08:14:12.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:10.532140+0000 mgr.smithi116.upuqbt (mgr.14180) 137 : cluster [DBG] pgmap v99: 33 pgs: 15 creating+peering, 4 active+clean, 14 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:14:12.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:10.549443+0000 mon.smithi116 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:12.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:10.550467+0000 mon.smithi116 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi116.vsqonz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T08:14:12.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:10.555099+0000 mon.smithi116 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi116.vsqonz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T08:14:12.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:10.558837+0000 mon.smithi116 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:12.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:10.559399+0000 mon.smithi116 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:14:12.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:14:10.559874+0000 mgr.smithi116.upuqbt (mgr.14180) 138 : cephadm [INF] Deploying daemon rgw.foorgw.smithi116.vsqonz on smithi116 2024-01-21T08:14:12.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:11.245940+0000 mon.smithi116 (mon.0) 585 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-21T08:14:12.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:11.248512+0000 mon.smithi195 (mon.1) 19 : audit [INF] from='client.? 172.21.15.195:0/1017186944' entity='client.rgw.foorgw.smithi195.hzrygv' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T08:14:12.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:11.251935+0000 mon.smithi116 (mon.0) 586 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi195.hzrygv' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-21T08:14:12.093 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-01-21T08:14:13.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:12.171240+0000 mon.smithi116 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:13.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:12.177378+0000 mon.smithi116 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:13.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:14:12.193018+0000 mgr.smithi116.upuqbt (mgr.14180) 139 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi116.riuxjr 2024-01-21T08:14:13.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:12.193250+0000 mon.smithi116 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.riuxjr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-21T08:14:13.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:12.198408+0000 mon.smithi116 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.riuxjr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-21T08:14:13.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:14:12.198941+0000 mgr.smithi116.upuqbt (mgr.14180) 140 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-21T08:14:13.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:12.199163+0000 mon.smithi116 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-21T08:14:13.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:12.203885+0000 mon.smithi116 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-21T08:14:13.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:12.204750+0000 mon.smithi116 (mon.0) 593 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:14:13.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:12.240277+0000 mon.smithi116 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-21T08:14:13.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:12.243548+0000 mon.smithi116 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-21T08:14:13.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:12.252106+0000 mon.smithi116 (mon.0) 596 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi195.hzrygv' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-21T08:14:13.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:12.252260+0000 mon.smithi116 (mon.0) 597 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-21T08:14:13.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:14:12.294934+0000 mgr.smithi116.upuqbt (mgr.14180) 141 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-21T08:14:13.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:14:12.295028+0000 mgr.smithi116.upuqbt (mgr.14180) 142 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi116.riuxjr-rgw 2024-01-21T08:14:13.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:12.295349+0000 mon.smithi116 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.riuxjr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T08:14:13.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:12.298944+0000 mon.smithi116 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.riuxjr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T08:14:13.406 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:12.533522+0000 mon.smithi116 (mon.0) 600 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:14:13.446 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-jmespath-0.9.0-11.el8.noarch 1/4 2024-01-21T08:14:13.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:12.171240+0000 mon.smithi116 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:13.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:12.177378+0000 mon.smithi116 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:13.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:14:12.193018+0000 mgr.smithi116.upuqbt (mgr.14180) 139 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi116.riuxjr 2024-01-21T08:14:13.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:12.193250+0000 mon.smithi116 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.riuxjr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-21T08:14:13.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:12.198408+0000 mon.smithi116 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.riuxjr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-21T08:14:13.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:14:12.198941+0000 mgr.smithi116.upuqbt (mgr.14180) 140 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-21T08:14:13.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:12.199163+0000 mon.smithi116 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-21T08:14:13.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:12.203885+0000 mon.smithi116 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-21T08:14:13.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:12.204750+0000 mon.smithi116 (mon.0) 593 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:14:13.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:12.240277+0000 mon.smithi116 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-21T08:14:13.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:12.243548+0000 mon.smithi116 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-21T08:14:13.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:12.252106+0000 mon.smithi116 (mon.0) 596 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi195.hzrygv' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-21T08:14:13.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:12.252260+0000 mon.smithi116 (mon.0) 597 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-21T08:14:13.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:14:12.294934+0000 mgr.smithi116.upuqbt (mgr.14180) 141 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-21T08:14:13.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:14:12.295028+0000 mgr.smithi116.upuqbt (mgr.14180) 142 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi116.riuxjr-rgw 2024-01-21T08:14:13.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:12.295349+0000 mon.smithi116 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.riuxjr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T08:14:13.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:12.298944+0000 mon.smithi116 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.riuxjr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T08:14:13.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:12.533522+0000 mon.smithi116 (mon.0) 600 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:14:13.888 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-botocore-1.18.15-1.el8.noarch 2/4 2024-01-21T08:14:14.198 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2024-01-21T08:14:14.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:12.532503+0000 mgr.smithi116.upuqbt (mgr.14180) 143 : cluster [DBG] pgmap v102: 65 pgs: 21 creating+peering, 18 active+clean, 26 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:14:14.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:14:12.773676+0000 mgr.smithi116.upuqbt (mgr.14180) 144 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi116.riuxjr on smithi116 2024-01-21T08:14:14.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:13.251908+0000 mon.smithi116 (mon.0) 601 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-21T08:14:14.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:13.253275+0000 mon.smithi195 (mon.1) 20 : audit [INF] from='client.? 172.21.15.195:0/1017186944' entity='client.rgw.foorgw.smithi195.hzrygv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T08:14:14.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:13.254686+0000 mon.smithi116 (mon.0) 602 : audit [INF] from='client.? 172.21.15.116:0/1060258265' entity='client.rgw.foorgw.smithi116.vsqonz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T08:14:14.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:13.254873+0000 mon.smithi116 (mon.0) 603 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi195.hzrygv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T08:14:14.570 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : python3-boto3-1.15.15-1.el8.noarch 4/4 2024-01-21T08:14:14.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:12.532503+0000 mgr.smithi116.upuqbt (mgr.14180) 143 : cluster [DBG] pgmap v102: 65 pgs: 21 creating+peering, 18 active+clean, 26 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:14:14.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:14:12.773676+0000 mgr.smithi116.upuqbt (mgr.14180) 144 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi116.riuxjr on smithi116 2024-01-21T08:14:14.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:13.251908+0000 mon.smithi116 (mon.0) 601 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-21T08:14:14.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:13.253275+0000 mon.smithi195 (mon.1) 20 : audit [INF] from='client.? 172.21.15.195:0/1017186944' entity='client.rgw.foorgw.smithi195.hzrygv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T08:14:14.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:13.254686+0000 mon.smithi116 (mon.0) 602 : audit [INF] from='client.? 172.21.15.116:0/1060258265' entity='client.rgw.foorgw.smithi116.vsqonz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T08:14:14.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:13.254873+0000 mon.smithi116 (mon.0) 603 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi195.hzrygv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-21T08:14:14.870 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: python3-boto3-1.15.15-1.el8.noarch 4/4 2024-01-21T08:14:14.870 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-jmespath-0.9.0-11.el8.noarch 1/4 2024-01-21T08:14:14.870 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-boto3-1.15.15-1.el8.noarch 2/4 2024-01-21T08:14:14.870 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-botocore-1.18.15-1.el8.noarch 3/4 2024-01-21T08:14:15.231 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : python3-s3transfer-0.3.4-1.el8.noarch 4/4 2024-01-21T08:14:15.231 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:14:15.231 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-01-21T08:14:15.231 INFO:teuthology.orchestra.run.smithi116.stdout: python3-boto3-1.15.15-1.el8.noarch python3-botocore-1.18.15-1.el8.noarch 2024-01-21T08:14:15.231 INFO:teuthology.orchestra.run.smithi116.stdout: python3-jmespath-0.9.0-11.el8.noarch python3-s3transfer-0.3.4-1.el8.noarch 2024-01-21T08:14:15.231 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:14:15.231 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-01-21T08:14:15.363 DEBUG:teuthology.orchestra.run.smithi116:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json' 2024-01-21T08:14:15.432 INFO:teuthology.orchestra.run.smithi116.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2024-01-21T08:14:15.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:15 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:14.255644+0000 mon.smithi116 (mon.0) 604 : audit [INF] from='client.? 172.21.15.116:0/1060258265' entity='client.rgw.foorgw.smithi116.vsqonz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-21T08:14:15.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:15 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:14.255696+0000 mon.smithi116 (mon.0) 605 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi195.hzrygv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-21T08:14:15.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:15 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:14.255817+0000 mon.smithi116 (mon.0) 606 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-21T08:14:15.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:15 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:14.770566+0000 mon.smithi116 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:15.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:15 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:14.776774+0000 mon.smithi116 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:15.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:15 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:14.255644+0000 mon.smithi116 (mon.0) 604 : audit [INF] from='client.? 172.21.15.116:0/1060258265' entity='client.rgw.foorgw.smithi116.vsqonz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-21T08:14:15.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:15 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:14.255696+0000 mon.smithi116 (mon.0) 605 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi195.hzrygv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-21T08:14:15.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:15 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:14.255817+0000 mon.smithi116 (mon.0) 606 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-21T08:14:15.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:15 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:14.770566+0000 mon.smithi116 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:15.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:15 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:14.776774+0000 mon.smithi116 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:15.670 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring fsid 6e73547e-b834-11ee-95b0-87774f69a715 2024-01-21T08:14:15.696 INFO:teuthology.orchestra.run.smithi116.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:1b24450ab6fb489afb5fe4805ef16395673dc2aab2108084613a229213867b24 2024-01-21T08:14:16.541 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:14.532827+0000 mgr.smithi116.upuqbt (mgr.14180) 145 : cluster [DBG] pgmap v105: 97 pgs: 13 creating+peering, 53 active+clean, 31 unknown; 374 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 798 B/s wr, 3 op/s 2024-01-21T08:14:16.541 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:14:14.784924+0000 mgr.smithi116.upuqbt (mgr.14180) 146 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi195.frtlem on smithi195 2024-01-21T08:14:16.542 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:15.263354+0000 mon.smithi116 (mon.0) 609 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-21T08:14:16.542 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:15.264841+0000 mon.smithi195 (mon.1) 21 : audit [INF] from='client.? 172.21.15.195:0/1017186944' entity='client.rgw.foorgw.smithi195.hzrygv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T08:14:16.542 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:15.265195+0000 mon.smithi116 (mon.0) 610 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi195.hzrygv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T08:14:16.542 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:15.266411+0000 mon.smithi116 (mon.0) 611 : audit [INF] from='client.? 172.21.15.116:0/1060258265' entity='client.rgw.foorgw.smithi116.vsqonz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T08:14:16.542 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:15.693534+0000 mon.smithi116 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:16.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:14.532827+0000 mgr.smithi116.upuqbt (mgr.14180) 145 : cluster [DBG] pgmap v105: 97 pgs: 13 creating+peering, 53 active+clean, 31 unknown; 374 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 798 B/s wr, 3 op/s 2024-01-21T08:14:16.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:14:14.784924+0000 mgr.smithi116.upuqbt (mgr.14180) 146 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi195.frtlem on smithi195 2024-01-21T08:14:16.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:15.263354+0000 mon.smithi116 (mon.0) 609 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-21T08:14:16.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:15.264841+0000 mon.smithi195 (mon.1) 21 : audit [INF] from='client.? 172.21.15.195:0/1017186944' entity='client.rgw.foorgw.smithi195.hzrygv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T08:14:16.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:15.265195+0000 mon.smithi116 (mon.0) 610 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi195.hzrygv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T08:14:16.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:15.266411+0000 mon.smithi116 (mon.0) 611 : audit [INF] from='client.? 172.21.15.116:0/1060258265' entity='client.rgw.foorgw.smithi116.vsqonz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-21T08:14:16.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:15.693534+0000 mon.smithi116 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:17.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:16.265392+0000 mon.smithi116 (mon.0) 613 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi195.hzrygv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T08:14:17.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:16.265480+0000 mon.smithi116 (mon.0) 614 : audit [INF] from='client.? 172.21.15.116:0/1060258265' entity='client.rgw.foorgw.smithi116.vsqonz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T08:14:17.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:16.265636+0000 mon.smithi116 (mon.0) 615 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-21T08:14:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:16.265392+0000 mon.smithi116 (mon.0) 613 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi195.hzrygv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T08:14:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:16.265480+0000 mon.smithi116 (mon.0) 614 : audit [INF] from='client.? 172.21.15.116:0/1060258265' entity='client.rgw.foorgw.smithi116.vsqonz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-21T08:14:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:16.265636+0000 mon.smithi116 (mon.0) 615 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-21T08:14:18.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:16.533141+0000 mgr.smithi116.upuqbt (mgr.14180) 147 : cluster [DBG] pgmap v108: 129 pgs: 21 creating+peering, 64 active+clean, 44 unknown; 2.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 1.8 KiB/s wr, 5 op/s 2024-01-21T08:14:18.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:17.275267+0000 mon.smithi116 (mon.0) 616 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-21T08:14:18.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:17.276213+0000 mon.smithi116 (mon.0) 617 : audit [INF] from='client.? 172.21.15.116:0/1180879923' entity='client.rgw.foorgw.smithi116.vsqonz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T08:14:18.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:17.276456+0000 mon.smithi116 (mon.0) 618 : audit [INF] from='client.? 172.21.15.116:0/4083044927' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T08:14:18.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:17.279397+0000 mon.smithi195 (mon.1) 22 : audit [INF] from='client.? 172.21.15.195:0/2029198626' entity='client.rgw.foorgw.smithi195.hzrygv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T08:14:18.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:17.279815+0000 mon.smithi116 (mon.0) 619 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi195.hzrygv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T08:14:18.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:16.533141+0000 mgr.smithi116.upuqbt (mgr.14180) 147 : cluster [DBG] pgmap v108: 129 pgs: 21 creating+peering, 64 active+clean, 44 unknown; 2.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 1.8 KiB/s wr, 5 op/s 2024-01-21T08:14:18.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:17.275267+0000 mon.smithi116 (mon.0) 616 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-21T08:14:18.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:17.276213+0000 mon.smithi116 (mon.0) 617 : audit [INF] from='client.? 172.21.15.116:0/1180879923' entity='client.rgw.foorgw.smithi116.vsqonz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T08:14:18.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:17.276456+0000 mon.smithi116 (mon.0) 618 : audit [INF] from='client.? 172.21.15.116:0/4083044927' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T08:14:18.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:17.279397+0000 mon.smithi195 (mon.1) 22 : audit [INF] from='client.? 172.21.15.195:0/2029198626' entity='client.rgw.foorgw.smithi195.hzrygv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T08:14:18.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:17.279815+0000 mon.smithi116 (mon.0) 619 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi195.hzrygv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-21T08:14:19.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:18.282084+0000 mon.smithi116 (mon.0) 620 : audit [INF] from='client.? 172.21.15.116:0/1180879923' entity='client.rgw.foorgw.smithi116.vsqonz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T08:14:19.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:18.282199+0000 mon.smithi116 (mon.0) 621 : audit [INF] from='client.? 172.21.15.116:0/4083044927' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T08:14:19.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:18.282395+0000 mon.smithi116 (mon.0) 622 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi195.hzrygv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T08:14:19.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:18.282517+0000 mon.smithi116 (mon.0) 623 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-21T08:14:19.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:18.284753+0000 mon.smithi195 (mon.1) 23 : audit [INF] from='client.? 172.21.15.195:0/2029198626' entity='client.rgw.foorgw.smithi195.hzrygv' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T08:14:19.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:18.291955+0000 mon.smithi116 (mon.0) 624 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi195.hzrygv' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T08:14:19.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:18.292319+0000 mon.smithi116 (mon.0) 625 : audit [INF] from='client.? 172.21.15.116:0/1180879923' entity='client.rgw.foorgw.smithi116.vsqonz' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T08:14:19.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:18.292716+0000 mon.smithi116 (mon.0) 626 : audit [INF] from='client.? 172.21.15.116:0/4083044927' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T08:14:19.668 INFO:teuthology.run_tasks:Running task python... 2024-01-21T08:14:19.679 INFO:tasks.python:Running python on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2024-01-21T08:14:19.679 INFO:tasks.python:import boto3 import json with open('/tmp/user.json', 'rt') as f: info = json.loads(f.read()) s3 = boto3.resource( 's3', aws_access_key_id=info['keys'][0]['access_key'], aws_secret_access_key=info['keys'][0]['secret_key'], endpoint_url='http://localhost:8800', ) bucket = s3.Bucket('foobucket') bucket.create() bucket.put_object(Key='myobject', Body='thebody') 2024-01-21T08:14:19.679 DEBUG:teuthology.orchestra.run.smithi116:> sudo TESTDIR=/home/ubuntu/cephtest python3 2024-01-21T08:14:19.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:18.282084+0000 mon.smithi116 (mon.0) 620 : audit [INF] from='client.? 172.21.15.116:0/1180879923' entity='client.rgw.foorgw.smithi116.vsqonz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T08:14:19.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:18.282199+0000 mon.smithi116 (mon.0) 621 : audit [INF] from='client.? 172.21.15.116:0/4083044927' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T08:14:19.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:18.282395+0000 mon.smithi116 (mon.0) 622 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi195.hzrygv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-21T08:14:19.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:18.282517+0000 mon.smithi116 (mon.0) 623 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-21T08:14:19.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:18.284753+0000 mon.smithi195 (mon.1) 23 : audit [INF] from='client.? 172.21.15.195:0/2029198626' entity='client.rgw.foorgw.smithi195.hzrygv' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T08:14:19.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:18.291955+0000 mon.smithi116 (mon.0) 624 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi195.hzrygv' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T08:14:19.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:18.292319+0000 mon.smithi116 (mon.0) 625 : audit [INF] from='client.? 172.21.15.116:0/1180879923' entity='client.rgw.foorgw.smithi116.vsqonz' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T08:14:19.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:18.292716+0000 mon.smithi116 (mon.0) 626 : audit [INF] from='client.? 172.21.15.116:0/4083044927' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T08:14:20.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:18.533754+0000 mgr.smithi116.upuqbt (mgr.14180) 148 : cluster [DBG] pgmap v111: 161 pgs: 29 creating+peering, 106 active+clean, 26 unknown; 2.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 3.2 KiB/s wr, 11 op/s 2024-01-21T08:14:20.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:19.287435+0000 mon.smithi116 (mon.0) 627 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi195.hzrygv' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T08:14:20.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:19.287498+0000 mon.smithi116 (mon.0) 628 : audit [INF] from='client.? 172.21.15.116:0/1180879923' entity='client.rgw.foorgw.smithi116.vsqonz' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T08:14:20.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:19.287534+0000 mon.smithi116 (mon.0) 629 : audit [INF] from='client.? 172.21.15.116:0/4083044927' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T08:14:20.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:19.287576+0000 mon.smithi116 (mon.0) 630 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-21T08:14:20.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:18.533754+0000 mgr.smithi116.upuqbt (mgr.14180) 148 : cluster [DBG] pgmap v111: 161 pgs: 29 creating+peering, 106 active+clean, 26 unknown; 2.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 3.2 KiB/s wr, 11 op/s 2024-01-21T08:14:20.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:19.287435+0000 mon.smithi116 (mon.0) 627 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi195.hzrygv' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T08:14:20.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:19.287498+0000 mon.smithi116 (mon.0) 628 : audit [INF] from='client.? 172.21.15.116:0/1180879923' entity='client.rgw.foorgw.smithi116.vsqonz' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T08:14:20.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:19.287534+0000 mon.smithi116 (mon.0) 629 : audit [INF] from='client.? 172.21.15.116:0/4083044927' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T08:14:20.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:19.287576+0000 mon.smithi116 (mon.0) 630 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-21T08:14:21.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:20.296144+0000 mon.smithi116 (mon.0) 631 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-21T08:14:21.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:20.299944+0000 mon.smithi116 (mon.0) 632 : audit [INF] from='client.? 172.21.15.116:0/1060258265' entity='client.rgw.foorgw.smithi116.vsqonz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-01-21T08:14:21.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:20.296144+0000 mon.smithi116 (mon.0) 631 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-21T08:14:21.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:20.299944+0000 mon.smithi116 (mon.0) 632 : audit [INF] from='client.? 172.21.15.116:0/1060258265' entity='client.rgw.foorgw.smithi116.vsqonz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-01-21T08:14:22.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:20.534153+0000 mgr.smithi116.upuqbt (mgr.14180) 149 : cluster [DBG] pgmap v114: 193 pgs: 22 creating+peering, 128 active+clean, 43 unknown; 2.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.0 KiB/s wr, 8 op/s 2024-01-21T08:14:22.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:21.301196+0000 mon.smithi116 (mon.0) 633 : audit [INF] from='client.? 172.21.15.116:0/1060258265' entity='client.rgw.foorgw.smithi116.vsqonz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-01-21T08:14:22.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:21.301303+0000 mon.smithi116 (mon.0) 634 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-21T08:14:22.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:21.303764+0000 mon.smithi116 (mon.0) 635 : audit [INF] from='client.? 172.21.15.116:0/1060258265' entity='client.rgw.foorgw.smithi116.vsqonz' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T08:14:22.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:20.534153+0000 mgr.smithi116.upuqbt (mgr.14180) 149 : cluster [DBG] pgmap v114: 193 pgs: 22 creating+peering, 128 active+clean, 43 unknown; 2.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.0 KiB/s wr, 8 op/s 2024-01-21T08:14:22.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:21.301196+0000 mon.smithi116 (mon.0) 633 : audit [INF] from='client.? 172.21.15.116:0/1060258265' entity='client.rgw.foorgw.smithi116.vsqonz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-01-21T08:14:22.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:21.301303+0000 mon.smithi116 (mon.0) 634 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-21T08:14:22.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:21.303764+0000 mon.smithi116 (mon.0) 635 : audit [INF] from='client.? 172.21.15.116:0/1060258265' entity='client.rgw.foorgw.smithi116.vsqonz' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-21T08:14:23.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:23 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:22.302995+0000 mon.smithi116 (mon.0) 636 : audit [INF] from='client.? 172.21.15.116:0/1060258265' entity='client.rgw.foorgw.smithi116.vsqonz' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T08:14:23.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:23 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:22.303086+0000 mon.smithi116 (mon.0) 637 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-21T08:14:23.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:23 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:22.302995+0000 mon.smithi116 (mon.0) 636 : audit [INF] from='client.? 172.21.15.116:0/1060258265' entity='client.rgw.foorgw.smithi116.vsqonz' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-21T08:14:23.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:23 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:22.303086+0000 mon.smithi116 (mon.0) 637 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-21T08:14:24.377 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T08:14:24.387 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2024-01-21T08:14:24.387 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- bash -c 'ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket' 2024-01-21T08:14:24.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:22.534547+0000 mgr.smithi116.upuqbt (mgr.14180) 150 : cluster [DBG] pgmap v117: 193 pgs: 18 creating+peering, 151 active+clean, 24 unknown; 3.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 47 KiB/s rd, 2.2 KiB/s wr, 93 op/s 2024-01-21T08:14:24.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:23.313097+0000 mon.smithi116 (mon.0) 638 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-21T08:14:24.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:23.313877+0000 mon.smithi116 (mon.0) 639 : audit [INF] from='client.? 172.21.15.116:0/1180879923' entity='client.rgw.foorgw.smithi116.vsqonz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-01-21T08:14:24.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:22.534547+0000 mgr.smithi116.upuqbt (mgr.14180) 150 : cluster [DBG] pgmap v117: 193 pgs: 18 creating+peering, 151 active+clean, 24 unknown; 3.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 47 KiB/s rd, 2.2 KiB/s wr, 93 op/s 2024-01-21T08:14:24.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:23.313097+0000 mon.smithi116 (mon.0) 638 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-21T08:14:24.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:23.313877+0000 mon.smithi116 (mon.0) 639 : audit [INF] from='client.? 172.21.15.116:0/1180879923' entity='client.rgw.foorgw.smithi116.vsqonz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-01-21T08:14:25.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:24.314771+0000 mon.smithi116 (mon.0) 640 : audit [INF] from='client.? 172.21.15.116:0/1180879923' entity='client.rgw.foorgw.smithi116.vsqonz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-01-21T08:14:25.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:24.315039+0000 mon.smithi116 (mon.0) 641 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-21T08:14:25.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:25.317517+0000 mon.smithi116 (mon.0) 642 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-21T08:14:25.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:24.314771+0000 mon.smithi116 (mon.0) 640 : audit [INF] from='client.? 172.21.15.116:0/1180879923' entity='client.rgw.foorgw.smithi116.vsqonz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-01-21T08:14:25.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:24.315039+0000 mon.smithi116 (mon.0) 641 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-21T08:14:25.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:25.317517+0000 mon.smithi116 (mon.0) 642 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-21T08:14:25.992 INFO:teuthology.orchestra.run.smithi116.stdout:{ 2024-01-21T08:14:25.992 INFO:teuthology.orchestra.run.smithi116.stdout: "bind": "/foobucket", 2024-01-21T08:14:25.993 INFO:teuthology.orchestra.run.smithi116.stdout: "path": "foobucket", 2024-01-21T08:14:25.993 INFO:teuthology.orchestra.run.smithi116.stdout: "cluster": "foo", 2024-01-21T08:14:25.993 INFO:teuthology.orchestra.run.smithi116.stdout: "mode": "RW", 2024-01-21T08:14:25.993 INFO:teuthology.orchestra.run.smithi116.stdout: "squash": "none" 2024-01-21T08:14:25.993 INFO:teuthology.orchestra.run.smithi116.stdout:} 2024-01-21T08:14:26.359 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-21T08:14:26.370 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-01-21T08:14:26.370 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:14:26.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:24.534966+0000 mgr.smithi116.upuqbt (mgr.14180) 151 : cluster [DBG] pgmap v120: 225 pgs: 15 creating+peering, 189 active+clean, 21 unknown; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 KiB/s rd, 9.5 KiB/s wr, 395 op/s 2024-01-21T08:14:26.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:24.534966+0000 mgr.smithi116.upuqbt (mgr.14180) 151 : cluster [DBG] pgmap v120: 225 pgs: 15 creating+peering, 189 active+clean, 21 unknown; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 KiB/s rd, 9.5 KiB/s wr, 395 op/s 2024-01-21T08:14:27.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:27 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:25.770484+0000 mgr.smithi116.upuqbt (mgr.14180) 152 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:14:27.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:27 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:25.770484+0000 mgr.smithi116.upuqbt (mgr.14180) 152 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:14:27.896 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:14:27.896 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:14:28.277 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:14:28.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:26.535625+0000 mgr.smithi116.upuqbt (mgr.14180) 153 : cluster [DBG] pgmap v122: 225 pgs: 11 creating+peering, 197 active+clean, 17 unknown; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 137 KiB/s rd, 6.8 KiB/s wr, 286 op/s 2024-01-21T08:14:28.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:26.535625+0000 mgr.smithi116.upuqbt (mgr.14180) 153 : cluster [DBG] pgmap v122: 225 pgs: 11 creating+peering, 197 active+clean, 17 unknown; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 137 KiB/s rd, 6.8 KiB/s wr, 286 op/s 2024-01-21T08:14:29.278 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:14:29.628 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:27.890693+0000 mgr.smithi116.upuqbt (mgr.14180) 154 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:14:29.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:27.890693+0000 mgr.smithi116.upuqbt (mgr.14180) 154 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:14:30.643 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:14:30.643 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:14:30.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:30 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:28.536360+0000 mgr.smithi116.upuqbt (mgr.14180) 155 : cluster [DBG] pgmap v123: 225 pgs: 11 creating+peering, 214 active+clean; 8.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 5.5 KiB/s wr, 218 op/s 2024-01-21T08:14:30.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:30 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:28.536360+0000 mgr.smithi116.upuqbt (mgr.14180) 155 : cluster [DBG] pgmap v123: 225 pgs: 11 creating+peering, 214 active+clean; 8.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 KiB/s rd, 5.5 KiB/s wr, 218 op/s 2024-01-21T08:14:31.016 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:14:32.017 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:14:32.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:30.536892+0000 mgr.smithi116.upuqbt (mgr.14180) 156 : cluster [DBG] pgmap v124: 225 pgs: 225 active+clean; 8.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 2.1 KiB/s wr, 73 op/s 2024-01-21T08:14:32.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:30.638700+0000 mgr.smithi116.upuqbt (mgr.14180) 157 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:14:32.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:30.536892+0000 mgr.smithi116.upuqbt (mgr.14180) 156 : cluster [DBG] pgmap v124: 225 pgs: 225 active+clean; 8.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 2.1 KiB/s wr, 73 op/s 2024-01-21T08:14:32.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:30.638700+0000 mgr.smithi116.upuqbt (mgr.14180) 157 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:14:33.900 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:14:33.900 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:14:34.291 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:14:34.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:32.537714+0000 mgr.smithi116.upuqbt (mgr.14180) 158 : cluster [DBG] pgmap v125: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 746 B/s wr, 23 op/s 2024-01-21T08:14:34.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:34 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:32.537714+0000 mgr.smithi116.upuqbt (mgr.14180) 158 : cluster [DBG] pgmap v125: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 746 B/s wr, 23 op/s 2024-01-21T08:14:35.292 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:14:35.625 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:35 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:33.895414+0000 mgr.smithi116.upuqbt (mgr.14180) 159 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:14:35.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:35 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:33.895414+0000 mgr.smithi116.upuqbt (mgr.14180) 159 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:14:36.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:34.538389+0000 mgr.smithi116.upuqbt (mgr.14180) 160 : cluster [DBG] pgmap v126: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 614 B/s wr, 19 op/s 2024-01-21T08:14:36.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:35.706680+0000 mon.smithi116 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:36.673 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:14:36.673 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:14:36.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:34.538389+0000 mgr.smithi116.upuqbt (mgr.14180) 160 : cluster [DBG] pgmap v126: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 614 B/s wr, 19 op/s 2024-01-21T08:14:36.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:35.706680+0000 mon.smithi116 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:37.048 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:14:38.050 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:14:38.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:36.538902+0000 mgr.smithi116.upuqbt (mgr.14180) 161 : cluster [DBG] pgmap v127: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 547 B/s wr, 17 op/s 2024-01-21T08:14:38.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:36.668781+0000 mgr.smithi116.upuqbt (mgr.14180) 162 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:14:38.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:38 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:36.538902+0000 mgr.smithi116.upuqbt (mgr.14180) 161 : cluster [DBG] pgmap v127: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 547 B/s wr, 17 op/s 2024-01-21T08:14:38.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:38 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:36.668781+0000 mgr.smithi116.upuqbt (mgr.14180) 162 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:14:39.376 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:14:39.377 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:14:39.639 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:39 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:38.539512+0000 mgr.smithi116.upuqbt (mgr.14180) 163 : cluster [DBG] pgmap v128: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 511 B/s wr, 16 op/s 2024-01-21T08:14:39.749 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:14:39.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:39 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:38.539512+0000 mgr.smithi116.upuqbt (mgr.14180) 163 : cluster [DBG] pgmap v128: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 511 B/s wr, 16 op/s 2024-01-21T08:14:40.750 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:14:41.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:39.371596+0000 mgr.smithi116.upuqbt (mgr.14180) 164 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:14:41.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:40.530242+0000 mon.smithi116 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 0]}]: dispatch 2024-01-21T08:14:41.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:40.530444+0000 mon.smithi116 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1f", "id": [5, 3]}]: dispatch 2024-01-21T08:14:41.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:39.371596+0000 mgr.smithi116.upuqbt (mgr.14180) 164 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:14:41.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:40.530242+0000 mon.smithi116 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 0]}]: dispatch 2024-01-21T08:14:41.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:40.530444+0000 mon.smithi116 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1f", "id": [5, 3]}]: dispatch 2024-01-21T08:14:42.115 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:14:42.116 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:14:42.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:42 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:40.540058+0000 mgr.smithi116.upuqbt (mgr.14180) 165 : cluster [DBG] pgmap v129: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 170 B/s wr, 8 op/s 2024-01-21T08:14:42.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:42 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:41.254482+0000 mon.smithi116 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 0]}]': finished 2024-01-21T08:14:42.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:42 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:41.254551+0000 mon.smithi116 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1f", "id": [5, 3]}]': finished 2024-01-21T08:14:42.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:42 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:41.254599+0000 mon.smithi116 (mon.0) 648 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-21T08:14:42.499 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:14:42.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:42 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:40.540058+0000 mgr.smithi116.upuqbt (mgr.14180) 165 : cluster [DBG] pgmap v129: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 170 B/s wr, 8 op/s 2024-01-21T08:14:42.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:42 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:41.254482+0000 mon.smithi116 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 0]}]': finished 2024-01-21T08:14:42.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:42 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:41.254551+0000 mon.smithi116 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1f", "id": [5, 3]}]': finished 2024-01-21T08:14:42.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:42 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:41.254599+0000 mon.smithi116 (mon.0) 648 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-21T08:14:43.501 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:14:43.532 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:42.110859+0000 mgr.smithi116.upuqbt (mgr.14180) 166 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:14:43.532 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:42.256436+0000 mon.smithi116 (mon.0) 649 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-01-21T08:14:43.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:43 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:42.110859+0000 mgr.smithi116.upuqbt (mgr.14180) 166 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:14:43.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:43 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:42.256436+0000 mon.smithi116 (mon.0) 649 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-01-21T08:14:44.468 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:42.540661+0000 mgr.smithi116.upuqbt (mgr.14180) 167 : cluster [DBG] pgmap v132: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:14:44.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:42.540661+0000 mgr.smithi116.upuqbt (mgr.14180) 167 : cluster [DBG] pgmap v132: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:14:44.829 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:14:44.829 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:14:45.198 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:14:46.198 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:14:46.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:44.541380+0000 mgr.smithi116.upuqbt (mgr.14180) 168 : cluster [DBG] pgmap v133: 225 pgs: 1 activating, 224 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-21T08:14:46.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:44.824919+0000 mgr.smithi116.upuqbt (mgr.14180) 169 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:14:46.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:44.541380+0000 mgr.smithi116.upuqbt (mgr.14180) 168 : cluster [DBG] pgmap v133: 225 pgs: 1 activating, 224 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-21T08:14:46.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:44.824919+0000 mgr.smithi116.upuqbt (mgr.14180) 169 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:14:47.600 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:14:47.600 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:14:47.998 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:14:48.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:46.541841+0000 mgr.smithi116.upuqbt (mgr.14180) 170 : cluster [DBG] pgmap v134: 225 pgs: 1 activating, 224 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-21T08:14:48.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:46.541841+0000 mgr.smithi116.upuqbt (mgr.14180) 170 : cluster [DBG] pgmap v134: 225 pgs: 1 activating, 224 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-21T08:14:48.999 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:14:49.341 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:47.595299+0000 mgr.smithi116.upuqbt (mgr.14180) 171 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:14:49.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:47.595299+0000 mgr.smithi116.upuqbt (mgr.14180) 171 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:14:50.368 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:14:50.368 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:14:50.637 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:48.542551+0000 mgr.smithi116.upuqbt (mgr.14180) 172 : cluster [DBG] pgmap v135: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-21T08:14:50.730 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:14:50.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:48.542551+0000 mgr.smithi116.upuqbt (mgr.14180) 172 : cluster [DBG] pgmap v135: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-21T08:14:51.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:50.363277+0000 mgr.smithi116.upuqbt (mgr.14180) 173 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:14:51.731 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:14:51.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:50.363277+0000 mgr.smithi116.upuqbt (mgr.14180) 173 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:14:52.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:50.543254+0000 mgr.smithi116.upuqbt (mgr.14180) 174 : cluster [DBG] pgmap v136: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 110 B/s rd, 0 op/s 2024-01-21T08:14:52.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:50.543254+0000 mgr.smithi116.upuqbt (mgr.14180) 174 : cluster [DBG] pgmap v136: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 110 B/s rd, 0 op/s 2024-01-21T08:14:53.104 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:14:53.104 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:14:53.505 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:14:54.507 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:14:54.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:52.543997+0000 mgr.smithi116.upuqbt (mgr.14180) 175 : cluster [DBG] pgmap v137: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 199 B/s wr, 0 op/s 2024-01-21T08:14:54.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:53.099405+0000 mgr.smithi116.upuqbt (mgr.14180) 176 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:14:54.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:52.543997+0000 mgr.smithi116.upuqbt (mgr.14180) 175 : cluster [DBG] pgmap v137: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 199 B/s wr, 0 op/s 2024-01-21T08:14:54.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:53.099405+0000 mgr.smithi116.upuqbt (mgr.14180) 176 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:14:55.862 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:14:55.863 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:14:56.245 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:14:56.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:54.544774+0000 mgr.smithi116.upuqbt (mgr.14180) 177 : cluster [DBG] pgmap v138: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:14:56.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:55.725779+0000 mon.smithi116 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:56.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:54.544774+0000 mgr.smithi116.upuqbt (mgr.14180) 177 : cluster [DBG] pgmap v138: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:14:56.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:55.725779+0000 mon.smithi116 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:14:57.246 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:14:57.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:55.858230+0000 mgr.smithi116.upuqbt (mgr.14180) 178 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:14:57.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:55.858230+0000 mgr.smithi116.upuqbt (mgr.14180) 178 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:14:58.603 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:14:58.603 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:14:58.625 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:14:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:56.545323+0000 mgr.smithi116.upuqbt (mgr.14180) 179 : cluster [DBG] pgmap v139: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:14:58.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:14:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:56.545323+0000 mgr.smithi116.upuqbt (mgr.14180) 179 : cluster [DBG] pgmap v139: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:14:58.987 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:14:59.988 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:15:00.633 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:14:58.546024+0000 mgr.smithi116.upuqbt (mgr.14180) 180 : cluster [DBG] pgmap v140: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:15:00.633 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:14:58.598822+0000 mgr.smithi116.upuqbt (mgr.14180) 181 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:00.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:14:58.546024+0000 mgr.smithi116.upuqbt (mgr.14180) 180 : cluster [DBG] pgmap v140: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:15:00.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:14:58.598822+0000 mgr.smithi116.upuqbt (mgr.14180) 181 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:01.296 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:15:01.296 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:15:01.697 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:15:02.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:02 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:00.546710+0000 mgr.smithi116.upuqbt (mgr.14180) 182 : cluster [DBG] pgmap v141: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:15:02.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:02 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:15:01.290861+0000 mgr.smithi116.upuqbt (mgr.14180) 183 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:02.697 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:15:02.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:00.546710+0000 mgr.smithi116.upuqbt (mgr.14180) 182 : cluster [DBG] pgmap v141: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:15:02.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:15:01.290861+0000 mgr.smithi116.upuqbt (mgr.14180) 183 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:04.052 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:15:04.052 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:15:04.347 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:02.547386+0000 mgr.smithi116.upuqbt (mgr.14180) 184 : cluster [DBG] pgmap v142: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:15:04.520 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:15:04.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:02.547386+0000 mgr.smithi116.upuqbt (mgr.14180) 184 : cluster [DBG] pgmap v142: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:15:05.521 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:15:05.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:05 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:15:04.047861+0000 mgr.smithi116.upuqbt (mgr.14180) 185 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:05.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:05 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:15:04.047861+0000 mgr.smithi116.upuqbt (mgr.14180) 185 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:06.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:04.548226+0000 mgr.smithi116.upuqbt (mgr.14180) 186 : cluster [DBG] pgmap v143: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:15:06.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:06 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:04.548226+0000 mgr.smithi116.upuqbt (mgr.14180) 186 : cluster [DBG] pgmap v143: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:15:06.904 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:15:06.904 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:15:07.311 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:15:08.312 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:15:08.630 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:06.548732+0000 mgr.smithi116.upuqbt (mgr.14180) 187 : cluster [DBG] pgmap v144: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:08.630 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:15:06.899845+0000 mgr.smithi116.upuqbt (mgr.14180) 188 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:08.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:06.548732+0000 mgr.smithi116.upuqbt (mgr.14180) 187 : cluster [DBG] pgmap v144: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:08.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:15:06.899845+0000 mgr.smithi116.upuqbt (mgr.14180) 188 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:09.662 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:15:09.662 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:15:10.068 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:15:10.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:08.549561+0000 mgr.smithi116.upuqbt (mgr.14180) 189 : cluster [DBG] pgmap v145: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:10.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:08.549561+0000 mgr.smithi116.upuqbt (mgr.14180) 189 : cluster [DBG] pgmap v145: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:11.069 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:15:11.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:15:09.658077+0000 mgr.smithi116.upuqbt (mgr.14180) 190 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:11.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:15:09.658077+0000 mgr.smithi116.upuqbt (mgr.14180) 190 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:12.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:10.550362+0000 mgr.smithi116.upuqbt (mgr.14180) 191 : cluster [DBG] pgmap v146: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:12.472 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:15:12.472 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:15:12.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:10.550362+0000 mgr.smithi116.upuqbt (mgr.14180) 191 : cluster [DBG] pgmap v146: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:12.852 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:15:13.852 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:15:14.572 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:15:12.467504+0000 mgr.smithi116.upuqbt (mgr.14180) 192 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:14.572 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:12.550981+0000 mgr.smithi116.upuqbt (mgr.14180) 193 : cluster [DBG] pgmap v147: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:14.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:15:12.467504+0000 mgr.smithi116.upuqbt (mgr.14180) 192 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:14.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:12.550981+0000 mgr.smithi116.upuqbt (mgr.14180) 193 : cluster [DBG] pgmap v147: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:15.224 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:15:15.224 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:15:15.635 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:15:16.636 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:15:16.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:14.551853+0000 mgr.smithi116.upuqbt (mgr.14180) 194 : cluster [DBG] pgmap v148: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:15:16.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:15:15.219916+0000 mgr.smithi116.upuqbt (mgr.14180) 195 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:16.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:14.551853+0000 mgr.smithi116.upuqbt (mgr.14180) 194 : cluster [DBG] pgmap v148: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:15:16.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:15:15.219916+0000 mgr.smithi116.upuqbt (mgr.14180) 195 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:17.975 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:15:17.975 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:15:18.353 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:15:18.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:16.552532+0000 mgr.smithi116.upuqbt (mgr.14180) 196 : cluster [DBG] pgmap v149: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:18.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:16.552532+0000 mgr.smithi116.upuqbt (mgr.14180) 196 : cluster [DBG] pgmap v149: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:19.354 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:15:19.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:15:17.970918+0000 mgr.smithi116.upuqbt (mgr.14180) 197 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:19.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:15:17.970918+0000 mgr.smithi116.upuqbt (mgr.14180) 197 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:20.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:18.553301+0000 mgr.smithi116.upuqbt (mgr.14180) 198 : cluster [DBG] pgmap v150: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:20.684 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:15:20.685 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:15:20.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:18.553301+0000 mgr.smithi116.upuqbt (mgr.14180) 198 : cluster [DBG] pgmap v150: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:21.051 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:15:22.052 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:15:22.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:20.553816+0000 mgr.smithi116.upuqbt (mgr.14180) 199 : cluster [DBG] pgmap v151: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:22.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:15:20.680386+0000 mgr.smithi116.upuqbt (mgr.14180) 200 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:22.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:20.553816+0000 mgr.smithi116.upuqbt (mgr.14180) 199 : cluster [DBG] pgmap v151: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:22.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:15:20.680386+0000 mgr.smithi116.upuqbt (mgr.14180) 200 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:23.430 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:15:23.430 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:15:23.817 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:15:24.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:22.554328+0000 mgr.smithi116.upuqbt (mgr.14180) 201 : cluster [DBG] pgmap v152: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:24.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:22.554328+0000 mgr.smithi116.upuqbt (mgr.14180) 201 : cluster [DBG] pgmap v152: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:24.818 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:15:25.504 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:15:23.425234+0000 mgr.smithi116.upuqbt (mgr.14180) 202 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:25.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:15:23.425234+0000 mgr.smithi116.upuqbt (mgr.14180) 202 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:26.200 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:15:26.201 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:15:26.490 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:24.555050+0000 mgr.smithi116.upuqbt (mgr.14180) 203 : cluster [DBG] pgmap v153: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:15:26.567 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:15:26.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:24.555050+0000 mgr.smithi116.upuqbt (mgr.14180) 203 : cluster [DBG] pgmap v153: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:15:27.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:27 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:15:26.195828+0000 mgr.smithi116.upuqbt (mgr.14180) 204 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:27.568 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:15:27.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:27 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:15:26.195828+0000 mgr.smithi116.upuqbt (mgr.14180) 204 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:28.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:26.555560+0000 mgr.smithi116.upuqbt (mgr.14180) 205 : cluster [DBG] pgmap v154: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:28.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:26.555560+0000 mgr.smithi116.upuqbt (mgr.14180) 205 : cluster [DBG] pgmap v154: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:29.059 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:15:29.059 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:15:29.433 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:15:30.434 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:15:30.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:30 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:28.556239+0000 mgr.smithi116.upuqbt (mgr.14180) 206 : cluster [DBG] pgmap v155: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:30.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:30 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:15:29.055152+0000 mgr.smithi116.upuqbt (mgr.14180) 207 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:30.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:30 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:28.556239+0000 mgr.smithi116.upuqbt (mgr.14180) 206 : cluster [DBG] pgmap v155: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:30.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:30 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:15:29.055152+0000 mgr.smithi116.upuqbt (mgr.14180) 207 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:31.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:31 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:30.556766+0000 mgr.smithi116.upuqbt (mgr.14180) 208 : cluster [DBG] pgmap v156: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:31.806 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:15:31.807 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:15:31.827 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:31 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:30.556766+0000 mgr.smithi116.upuqbt (mgr.14180) 208 : cluster [DBG] pgmap v156: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:32.182 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:15:32.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:15:31.802008+0000 mgr.smithi116.upuqbt (mgr.14180) 209 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:32.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:15:31.802008+0000 mgr.smithi116.upuqbt (mgr.14180) 209 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:33.183 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:15:33.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:32.557516+0000 mgr.smithi116.upuqbt (mgr.14180) 210 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:33.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:32.557516+0000 mgr.smithi116.upuqbt (mgr.14180) 210 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:34.518 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:15:34.518 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:15:34.983 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:15:35.984 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:15:36.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:15:34.513317+0000 mgr.smithi116.upuqbt (mgr.14180) 211 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:36.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:34.558271+0000 mgr.smithi116.upuqbt (mgr.14180) 212 : cluster [DBG] pgmap v158: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:15:36.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:15:34.513317+0000 mgr.smithi116.upuqbt (mgr.14180) 211 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:36.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:34.558271+0000 mgr.smithi116.upuqbt (mgr.14180) 212 : cluster [DBG] pgmap v158: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:15:37.354 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:15:37.355 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:15:37.679 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:15:38.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:36.558761+0000 mgr.smithi116.upuqbt (mgr.14180) 213 : cluster [DBG] pgmap v159: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:38.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:15:37.350326+0000 mgr.smithi116.upuqbt (mgr.14180) 214 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:38.680 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:15:38.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:38 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:36.558761+0000 mgr.smithi116.upuqbt (mgr.14180) 213 : cluster [DBG] pgmap v159: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:38.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:38 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:15:37.350326+0000 mgr.smithi116.upuqbt (mgr.14180) 214 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:40.046 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:15:40.046 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:15:40.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:40 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:38.559645+0000 mgr.smithi116.upuqbt (mgr.14180) 215 : cluster [DBG] pgmap v160: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:40.447 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:15:40.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:40 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:38.559645+0000 mgr.smithi116.upuqbt (mgr.14180) 215 : cluster [DBG] pgmap v160: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:41.448 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:15:41.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:15:40.041100+0000 mgr.smithi116.upuqbt (mgr.14180) 216 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:41.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:15:40.041100+0000 mgr.smithi116.upuqbt (mgr.14180) 216 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:42.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:42 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:40.560274+0000 mgr.smithi116.upuqbt (mgr.14180) 217 : cluster [DBG] pgmap v161: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:42.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:42 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:40.560274+0000 mgr.smithi116.upuqbt (mgr.14180) 217 : cluster [DBG] pgmap v161: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:42.831 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:15:42.831 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:15:43.215 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:15:44.216 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:15:44.565 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:42.560830+0000 mgr.smithi116.upuqbt (mgr.14180) 218 : cluster [DBG] pgmap v162: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:44.565 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:15:42.826307+0000 mgr.smithi116.upuqbt (mgr.14180) 219 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:44.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:42.560830+0000 mgr.smithi116.upuqbt (mgr.14180) 218 : cluster [DBG] pgmap v162: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:44.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:15:42.826307+0000 mgr.smithi116.upuqbt (mgr.14180) 219 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:45.682 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:15:45.683 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:15:46.056 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:15:46.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:44.561595+0000 mgr.smithi116.upuqbt (mgr.14180) 220 : cluster [DBG] pgmap v163: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:15:46.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:44.561595+0000 mgr.smithi116.upuqbt (mgr.14180) 220 : cluster [DBG] pgmap v163: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:15:47.057 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:15:47.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:15:45.676102+0000 mgr.smithi116.upuqbt (mgr.14180) 221 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:47.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:15:45.676102+0000 mgr.smithi116.upuqbt (mgr.14180) 221 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:48.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:46.562106+0000 mgr.smithi116.upuqbt (mgr.14180) 222 : cluster [DBG] pgmap v164: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:48.441 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:15:48.442 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:15:48.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:46.562106+0000 mgr.smithi116.upuqbt (mgr.14180) 222 : cluster [DBG] pgmap v164: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:48.813 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:15:49.814 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:15:50.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:15:48.436932+0000 mgr.smithi116.upuqbt (mgr.14180) 223 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:50.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:48.562801+0000 mgr.smithi116.upuqbt (mgr.14180) 224 : cluster [DBG] pgmap v165: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:50.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:15:48.436932+0000 mgr.smithi116.upuqbt (mgr.14180) 223 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:50.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:48.562801+0000 mgr.smithi116.upuqbt (mgr.14180) 224 : cluster [DBG] pgmap v165: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:51.205 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:15:51.205 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:15:51.579 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:15:52.579 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:15:52.613 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:50.563323+0000 mgr.smithi116.upuqbt (mgr.14180) 225 : cluster [DBG] pgmap v166: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:52.613 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:15:51.200754+0000 mgr.smithi116.upuqbt (mgr.14180) 226 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:52.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:50.563323+0000 mgr.smithi116.upuqbt (mgr.14180) 225 : cluster [DBG] pgmap v166: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:52.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:15:51.200754+0000 mgr.smithi116.upuqbt (mgr.14180) 226 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:53.906 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:15:53.906 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:15:54.270 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:15:54.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:52.563965+0000 mgr.smithi116.upuqbt (mgr.14180) 227 : cluster [DBG] pgmap v167: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:54.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:52.563965+0000 mgr.smithi116.upuqbt (mgr.14180) 227 : cluster [DBG] pgmap v167: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:55.271 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:15:55.599 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:15:53.901067+0000 mgr.smithi116.upuqbt (mgr.14180) 228 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:55.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:15:53.901067+0000 mgr.smithi116.upuqbt (mgr.14180) 228 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:56.635 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:15:56.635 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:15:56.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:54.564681+0000 mgr.smithi116.upuqbt (mgr.14180) 229 : cluster [DBG] pgmap v168: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:15:56.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:54.564681+0000 mgr.smithi116.upuqbt (mgr.14180) 229 : cluster [DBG] pgmap v168: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:15:56.980 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:15:57.981 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:15:58.632 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:56.565140+0000 mgr.smithi116.upuqbt (mgr.14180) 230 : cluster [DBG] pgmap v169: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:58.633 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:15:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:15:56.631086+0000 mgr.smithi116.upuqbt (mgr.14180) 231 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:58.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:56.565140+0000 mgr.smithi116.upuqbt (mgr.14180) 230 : cluster [DBG] pgmap v169: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:15:58.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:15:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:15:56.631086+0000 mgr.smithi116.upuqbt (mgr.14180) 231 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:15:59.382 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:15:59.382 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:15:59.761 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:16:00.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:15:58.565823+0000 mgr.smithi116.upuqbt (mgr.14180) 232 : cluster [DBG] pgmap v170: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:00.762 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:16:00.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:15:58.565823+0000 mgr.smithi116.upuqbt (mgr.14180) 232 : cluster [DBG] pgmap v170: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:01.390 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:15:59.377743+0000 mgr.smithi116.upuqbt (mgr.14180) 233 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:01.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:15:59.377743+0000 mgr.smithi116.upuqbt (mgr.14180) 233 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:02.102 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:16:02.102 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:16:02.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:02 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:00.566429+0000 mgr.smithi116.upuqbt (mgr.14180) 234 : cluster [DBG] pgmap v171: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:02.462 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:16:02.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:00.566429+0000 mgr.smithi116.upuqbt (mgr.14180) 234 : cluster [DBG] pgmap v171: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:03.462 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:16:03.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:16:02.097369+0000 mgr.smithi116.upuqbt (mgr.14180) 235 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:03.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:03 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:16:02.097369+0000 mgr.smithi116.upuqbt (mgr.14180) 235 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:04.489 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:02.567077+0000 mgr.smithi116.upuqbt (mgr.14180) 236 : cluster [DBG] pgmap v172: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:04.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:02.567077+0000 mgr.smithi116.upuqbt (mgr.14180) 236 : cluster [DBG] pgmap v172: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:04.858 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:16:04.858 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:16:05.227 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:16:06.228 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:16:06.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:04.567819+0000 mgr.smithi116.upuqbt (mgr.14180) 237 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:16:06.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:16:04.853464+0000 mgr.smithi116.upuqbt (mgr.14180) 238 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:06.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:06 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:04.567819+0000 mgr.smithi116.upuqbt (mgr.14180) 237 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:16:06.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:06 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:16:04.853464+0000 mgr.smithi116.upuqbt (mgr.14180) 238 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:07.598 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:16:07.598 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:16:07.968 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:16:08.337 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:06.568315+0000 mgr.smithi116.upuqbt (mgr.14180) 239 : cluster [DBG] pgmap v174: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:08.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:06.568315+0000 mgr.smithi116.upuqbt (mgr.14180) 239 : cluster [DBG] pgmap v174: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:08.969 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:16:09.647 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:16:07.593247+0000 mgr.smithi116.upuqbt (mgr.14180) 240 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:09.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:16:07.593247+0000 mgr.smithi116.upuqbt (mgr.14180) 240 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:10.374 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:16:10.374 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:16:10.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:08.569188+0000 mgr.smithi116.upuqbt (mgr.14180) 241 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:10.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:08.569188+0000 mgr.smithi116.upuqbt (mgr.14180) 241 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:10.826 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:16:11.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:16:10.369398+0000 mgr.smithi116.upuqbt (mgr.14180) 242 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:11.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:16:10.369398+0000 mgr.smithi116.upuqbt (mgr.14180) 242 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:11.828 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:16:12.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:10.569738+0000 mgr.smithi116.upuqbt (mgr.14180) 243 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:12.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:10.569738+0000 mgr.smithi116.upuqbt (mgr.14180) 243 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:13.225 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:16:13.225 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:16:13.610 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:16:14.611 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:16:14.638 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:12.570389+0000 mgr.smithi116.upuqbt (mgr.14180) 244 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:14.638 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:16:13.221010+0000 mgr.smithi116.upuqbt (mgr.14180) 245 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:14.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:12.570389+0000 mgr.smithi116.upuqbt (mgr.14180) 244 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:14.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:16:13.221010+0000 mgr.smithi116.upuqbt (mgr.14180) 245 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:16.001 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:16:16.001 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:16:16.408 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:16:16.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:14.571103+0000 mgr.smithi116.upuqbt (mgr.14180) 246 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:16:16.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:14.571103+0000 mgr.smithi116.upuqbt (mgr.14180) 246 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:16:17.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:16:15.996478+0000 mgr.smithi116.upuqbt (mgr.14180) 247 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:17.409 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:16:17.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:16:15.996478+0000 mgr.smithi116.upuqbt (mgr.14180) 247 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:18.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:16.571617+0000 mgr.smithi116.upuqbt (mgr.14180) 248 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:18.751 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:16:18.752 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:16:18.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:16.571617+0000 mgr.smithi116.upuqbt (mgr.14180) 248 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:19.134 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:16:20.135 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:16:20.511 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:18.572239+0000 mgr.smithi116.upuqbt (mgr.14180) 249 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:20.511 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:16:18.747175+0000 mgr.smithi116.upuqbt (mgr.14180) 250 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:20.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:18.572239+0000 mgr.smithi116.upuqbt (mgr.14180) 249 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:20.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:16:18.747175+0000 mgr.smithi116.upuqbt (mgr.14180) 250 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:21.510 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:16:21.510 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:16:21.883 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:16:22.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:20.572885+0000 mgr.smithi116.upuqbt (mgr.14180) 251 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:22.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:20.572885+0000 mgr.smithi116.upuqbt (mgr.14180) 251 : cluster [DBG] pgmap v181: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:22.884 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:16:23.611 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:23 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:16:21.505513+0000 mgr.smithi116.upuqbt (mgr.14180) 252 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:23.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:23 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:16:21.505513+0000 mgr.smithi116.upuqbt (mgr.14180) 252 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:24.258 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:16:24.258 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:16:24.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:22.573647+0000 mgr.smithi116.upuqbt (mgr.14180) 253 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:24.624 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:16:24.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:22.573647+0000 mgr.smithi116.upuqbt (mgr.14180) 253 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:25.625 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:16:25.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:16:24.253904+0000 mgr.smithi116.upuqbt (mgr.14180) 254 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:25.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:16:24.253904+0000 mgr.smithi116.upuqbt (mgr.14180) 254 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:26.612 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:24.574315+0000 mgr.smithi116.upuqbt (mgr.14180) 255 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:16:26.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:24.574315+0000 mgr.smithi116.upuqbt (mgr.14180) 255 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:16:26.972 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:16:26.972 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:16:27.333 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:16:27.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:27 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:26.575089+0000 mgr.smithi116.upuqbt (mgr.14180) 256 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:27.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:27 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:16:26.967547+0000 mgr.smithi116.upuqbt (mgr.14180) 257 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:27.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:27 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:26.575089+0000 mgr.smithi116.upuqbt (mgr.14180) 256 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:27.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:27 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:16:26.967547+0000 mgr.smithi116.upuqbt (mgr.14180) 257 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:28.334 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:16:29.749 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:16:29.749 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:16:29.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:28.575785+0000 mgr.smithi116.upuqbt (mgr.14180) 258 : cluster [DBG] pgmap v185: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-21T08:16:30.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:28.575785+0000 mgr.smithi116.upuqbt (mgr.14180) 258 : cluster [DBG] pgmap v185: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-21T08:16:30.123 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:16:31.124 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:16:31.458 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:31 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:16:29.744991+0000 mgr.smithi116.upuqbt (mgr.14180) 259 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:31.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:31 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:16:29.744991+0000 mgr.smithi116.upuqbt (mgr.14180) 259 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:32.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:30.576326+0000 mgr.smithi116.upuqbt (mgr.14180) 260 : cluster [DBG] pgmap v186: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-21T08:16:32.477 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:16:32.477 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:16:32.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:30.576326+0000 mgr.smithi116.upuqbt (mgr.14180) 260 : cluster [DBG] pgmap v186: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-21T08:16:32.864 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:16:33.865 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:16:34.579 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:16:32.472472+0000 mgr.smithi116.upuqbt (mgr.14180) 261 : audit [DBG] from='client.24469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:34.580 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:32.577010+0000 mgr.smithi116.upuqbt (mgr.14180) 262 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-21T08:16:34.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:34 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:16:32.472472+0000 mgr.smithi116.upuqbt (mgr.14180) 261 : audit [DBG] from='client.24469 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:34.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:34 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:32.577010+0000 mgr.smithi116.upuqbt (mgr.14180) 262 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-21T08:16:35.216 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:16:35.216 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:16:35.598 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:16:36.598 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:16:36.630 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:34.577740+0000 mgr.smithi116.upuqbt (mgr.14180) 263 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-01-21T08:16:36.630 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:16:35.211989+0000 mgr.smithi116.upuqbt (mgr.14180) 264 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:36.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:34.577740+0000 mgr.smithi116.upuqbt (mgr.14180) 263 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-01-21T08:16:36.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:16:35.211989+0000 mgr.smithi116.upuqbt (mgr.14180) 264 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:37.977 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:16:37.978 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:16:38.383 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:16:38.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:36.578344+0000 mgr.smithi116.upuqbt (mgr.14180) 265 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-21T08:16:38.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:38 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:36.578344+0000 mgr.smithi116.upuqbt (mgr.14180) 265 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-21T08:16:39.385 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:16:39.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:39 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:16:37.973004+0000 mgr.smithi116.upuqbt (mgr.14180) 266 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:39.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:39 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:16:37.973004+0000 mgr.smithi116.upuqbt (mgr.14180) 266 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:40.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:40 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:38.579006+0000 mgr.smithi116.upuqbt (mgr.14180) 267 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-21T08:16:40.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:40 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:38.579006+0000 mgr.smithi116.upuqbt (mgr.14180) 267 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-21T08:16:40.768 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:16:40.768 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:16:41.139 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:16:42.140 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:16:42.472 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:42 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:40.579484+0000 mgr.smithi116.upuqbt (mgr.14180) 268 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:16:42.473 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:42 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:16:40.763762+0000 mgr.smithi116.upuqbt (mgr.14180) 269 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:42.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:42 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:40.579484+0000 mgr.smithi116.upuqbt (mgr.14180) 268 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:16:42.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:42 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:16:40.763762+0000 mgr.smithi116.upuqbt (mgr.14180) 269 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:43.533 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:16:43.533 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z 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.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:16:43.913 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:16:44.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:42.580073+0000 mgr.smithi116.upuqbt (mgr.14180) 270 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:16:44.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:16:44.052582+0000 mon.smithi116 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi195.frtlem"}]: dispatch 2024-01-21T08:16:44.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:42.580073+0000 mgr.smithi116.upuqbt (mgr.14180) 270 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:16:44.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:16:44.052582+0000 mon.smithi116 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi195.frtlem"}]: dispatch 2024-01-21T08:16:44.915 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:16:45.616 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:16:43.528093+0000 mgr.smithi116.upuqbt (mgr.14180) 271 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:45.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:16:44.052069+0000 mgr.smithi116.upuqbt (mgr.14180) 272 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem 2024-01-21T08:16:45.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem 2024-01-21T08:16:45.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem 2024-01-21T08:16:45.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem 2024-01-21T08:16:45.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Deploy daemon haproxy.nfs.foo.smithi195.frtlem ... 2024-01-21T08:16:45.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:16:45.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:16:45.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:14:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:16:45.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:15:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:16:45.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:16:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:16:45.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:16:45.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:16:45.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Traceback (most recent call last): 2024-01-21T08:16:45.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:16:45.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: yield (conn, connr) 2024-01-21T08:16:45.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:16:45.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: code, '\n'.join(err))) 2024-01-21T08:16:45.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem 2024-01-21T08:16:45.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem 2024-01-21T08:16:45.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem 2024-01-21T08:16:45.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem 2024-01-21T08:16:45.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Deploy daemon haproxy.nfs.foo.smithi195.frtlem ... 2024-01-21T08:16:45.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:16:45.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:16:45.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:14:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:16:45.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:15:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:16:45.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:16:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:16:45.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:16:45.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:16:45.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:16:44.052265+0000 mgr.smithi116.upuqbt (mgr.14180) 273 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi195.frtlem 2024-01-21T08:16:45.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:16:44.053158+0000 mgr.smithi116.upuqbt (mgr.14180) 274 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem 2024-01-21T08:16:45.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem 2024-01-21T08:16:45.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem 2024-01-21T08:16:45.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem 2024-01-21T08:16:45.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Deploy daemon haproxy.nfs.foo.smithi195.frtlem ... 2024-01-21T08:16:45.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:16:45.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:16:45.620 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:14:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:16:45.620 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:15:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:16:45.620 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:16:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:16:45.620 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:16:45.620 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:16:45.620 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:16:44.054699+0000 mgr.smithi116.upuqbt (mgr.14180) 275 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.cyszcx on smithi116 2024-01-21T08:16:45.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:16:43.528093+0000 mgr.smithi116.upuqbt (mgr.14180) 271 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:45.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:16:44.052069+0000 mgr.smithi116.upuqbt (mgr.14180) 272 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem 2024-01-21T08:16:45.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem 2024-01-21T08:16:45.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem 2024-01-21T08:16:45.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem 2024-01-21T08:16:45.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Deploy daemon haproxy.nfs.foo.smithi195.frtlem ... 2024-01-21T08:16:45.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:16:45.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:16:45.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:14:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:16:45.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:15:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:16:45.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:16:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:16:45.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:16:45.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:16:45.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Traceback (most recent call last): 2024-01-21T08:16:45.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:16:45.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: yield (conn, connr) 2024-01-21T08:16:45.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:16:45.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: code, '\n'.join(err))) 2024-01-21T08:16:45.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem 2024-01-21T08:16:45.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem 2024-01-21T08:16:45.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem 2024-01-21T08:16:45.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem 2024-01-21T08:16:45.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Deploy daemon haproxy.nfs.foo.smithi195.frtlem ... 2024-01-21T08:16:45.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:16:45.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:16:45.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:14:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:16:45.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:15:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:16:45.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:16:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:16:45.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:16:45.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:16:45.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:16:44.052265+0000 mgr.smithi116.upuqbt (mgr.14180) 273 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi195.frtlem 2024-01-21T08:16:45.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:16:44.053158+0000 mgr.smithi116.upuqbt (mgr.14180) 274 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem 2024-01-21T08:16:45.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem 2024-01-21T08:16:45.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem 2024-01-21T08:16:45.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem 2024-01-21T08:16:45.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Deploy daemon haproxy.nfs.foo.smithi195.frtlem ... 2024-01-21T08:16:45.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:16:45.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:16:45.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:14:51Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:16:45.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:15:29Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:16:45.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:16:06Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:16:45.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:16:45.767 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:16:45.767 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:16:44.054699+0000 mgr.smithi116.upuqbt (mgr.14180) 275 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.cyszcx on smithi116 2024-01-21T08:16:46.266 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:16:46.266 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:16:46.579 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:44.580824+0000 mgr.smithi116.upuqbt (mgr.14180) 276 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:16:46.730 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:16:46.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:44.580824+0000 mgr.smithi116.upuqbt (mgr.14180) 276 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:16:47.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:16:46.261565+0000 mgr.smithi116.upuqbt (mgr.14180) 277 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:47.732 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:16:47.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:16:46.261565+0000 mgr.smithi116.upuqbt (mgr.14180) 277 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:48.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:46.581381+0000 mgr.smithi116.upuqbt (mgr.14180) 278 : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:48.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:46.581381+0000 mgr.smithi116.upuqbt (mgr.14180) 278 : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:49.105 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:16:49.106 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:16:49.503 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:16:50.504 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:16:50.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:48.582141+0000 mgr.smithi116.upuqbt (mgr.14180) 279 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:50.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:16:49.101079+0000 mgr.smithi116.upuqbt (mgr.14180) 280 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:50.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:48.582141+0000 mgr.smithi116.upuqbt (mgr.14180) 279 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:50.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:16:49.101079+0000 mgr.smithi116.upuqbt (mgr.14180) 280 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:51.849 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:16:51.849 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:16:52.237 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:16:52.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:50.582785+0000 mgr.smithi116.upuqbt (mgr.14180) 281 : cluster [DBG] pgmap v196: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:52.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:50.582785+0000 mgr.smithi116.upuqbt (mgr.14180) 281 : cluster [DBG] pgmap v196: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:53.237 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:16:53.573 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:16:51.844307+0000 mgr.smithi116.upuqbt (mgr.14180) 282 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:53.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:16:51.844307+0000 mgr.smithi116.upuqbt (mgr.14180) 282 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:54.596 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:16:54.596 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:16:54.616 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:52.583392+0000 mgr.smithi116.upuqbt (mgr.14180) 283 : cluster [DBG] pgmap v197: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:54.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:52.583392+0000 mgr.smithi116.upuqbt (mgr.14180) 283 : cluster [DBG] pgmap v197: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:54.960 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:16:55.961 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:16:56.640 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:54.584138+0000 mgr.smithi116.upuqbt (mgr.14180) 284 : cluster [DBG] pgmap v198: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:16:56.641 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:16:54.591543+0000 mgr.smithi116.upuqbt (mgr.14180) 285 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:56.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:54.584138+0000 mgr.smithi116.upuqbt (mgr.14180) 284 : cluster [DBG] pgmap v198: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:16:56.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:16:54.591543+0000 mgr.smithi116.upuqbt (mgr.14180) 285 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:57.316 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:16:57.316 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:16:57.695 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:16:58.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:56.584696+0000 mgr.smithi116.upuqbt (mgr.14180) 286 : cluster [DBG] pgmap v199: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:58.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:16:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:16:57.311472+0000 mgr.smithi116.upuqbt (mgr.14180) 287 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:16:58.696 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:16:58.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:56.584696+0000 mgr.smithi116.upuqbt (mgr.14180) 286 : cluster [DBG] pgmap v199: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:16:58.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:16:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:16:57.311472+0000 mgr.smithi116.upuqbt (mgr.14180) 287 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:00.098 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:17:00.099 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:17:00.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:16:58.585498+0000 mgr.smithi116.upuqbt (mgr.14180) 288 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:00.505 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:17:00.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:16:58.585498+0000 mgr.smithi116.upuqbt (mgr.14180) 288 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:01.507 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:17:01.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:17:00.093722+0000 mgr.smithi116.upuqbt (mgr.14180) 289 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:01.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:17:00.093722+0000 mgr.smithi116.upuqbt (mgr.14180) 289 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:02.556 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:02 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:00.586148+0000 mgr.smithi116.upuqbt (mgr.14180) 290 : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:02.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:00.586148+0000 mgr.smithi116.upuqbt (mgr.14180) 290 : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:02.931 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:17:02.932 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:17:03.319 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:17:04.320 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:17:04.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:02.587011+0000 mgr.smithi116.upuqbt (mgr.14180) 291 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:04.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:17:02.926356+0000 mgr.smithi116.upuqbt (mgr.14180) 292 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:04.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:02.587011+0000 mgr.smithi116.upuqbt (mgr.14180) 291 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:04.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:17:02.926356+0000 mgr.smithi116.upuqbt (mgr.14180) 292 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:05.709 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:17:05.709 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:17:06.093 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:17:06.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:04.587761+0000 mgr.smithi116.upuqbt (mgr.14180) 293 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:17:06.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:06 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:04.587761+0000 mgr.smithi116.upuqbt (mgr.14180) 293 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:17:07.093 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:17:07.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:17:05.704374+0000 mgr.smithi116.upuqbt (mgr.14180) 294 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:07.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:07 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:17:05.704374+0000 mgr.smithi116.upuqbt (mgr.14180) 294 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:08.461 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:17:08.461 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:17:08.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:06.588505+0000 mgr.smithi116.upuqbt (mgr.14180) 295 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:08.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:06.588505+0000 mgr.smithi116.upuqbt (mgr.14180) 295 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:08.871 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:17:09.872 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:17:10.596 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:17:08.456588+0000 mgr.smithi116.upuqbt (mgr.14180) 296 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:10.596 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:08.589221+0000 mgr.smithi116.upuqbt (mgr.14180) 297 : cluster [DBG] pgmap v205: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:10.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:17:08.456588+0000 mgr.smithi116.upuqbt (mgr.14180) 296 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:10.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:08.589221+0000 mgr.smithi116.upuqbt (mgr.14180) 297 : cluster [DBG] pgmap v205: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:11.251 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:17:11.251 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:17:11.634 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:17:12.635 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:17:12.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:10.589931+0000 mgr.smithi116.upuqbt (mgr.14180) 298 : cluster [DBG] pgmap v206: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:12.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:17:11.246854+0000 mgr.smithi116.upuqbt (mgr.14180) 299 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:12.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:10.589931+0000 mgr.smithi116.upuqbt (mgr.14180) 298 : cluster [DBG] pgmap v206: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:12.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:17:11.246854+0000 mgr.smithi116.upuqbt (mgr.14180) 299 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:13.988 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:17:13.988 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:17:14.358 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:17:14.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:12.590882+0000 mgr.smithi116.upuqbt (mgr.14180) 300 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:14.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:12.590882+0000 mgr.smithi116.upuqbt (mgr.14180) 300 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:15.359 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:17:15.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:15 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:17:13.982122+0000 mgr.smithi116.upuqbt (mgr.14180) 301 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:15.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:15 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:17:13.982122+0000 mgr.smithi116.upuqbt (mgr.14180) 301 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:16.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:14.591587+0000 mgr.smithi116.upuqbt (mgr.14180) 302 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:17:16.728 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:17:16.728 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:17:16.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:14.591587+0000 mgr.smithi116.upuqbt (mgr.14180) 302 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:17:17.118 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:17:18.119 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:17:18.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:16.592111+0000 mgr.smithi116.upuqbt (mgr.14180) 303 : cluster [DBG] pgmap v209: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:18.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:17:16.723862+0000 mgr.smithi116.upuqbt (mgr.14180) 304 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:18.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:16.592111+0000 mgr.smithi116.upuqbt (mgr.14180) 303 : cluster [DBG] pgmap v209: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:18.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:17:16.723862+0000 mgr.smithi116.upuqbt (mgr.14180) 304 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:19.577 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:17:19.577 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:17:19.958 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:17:20.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:18.593008+0000 mgr.smithi116.upuqbt (mgr.14180) 305 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:20.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:18.593008+0000 mgr.smithi116.upuqbt (mgr.14180) 305 : cluster [DBG] pgmap v210: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:20.959 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:17:21.586 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:17:19.572846+0000 mgr.smithi116.upuqbt (mgr.14180) 306 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:21.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:17:19.572846+0000 mgr.smithi116.upuqbt (mgr.14180) 306 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:22.273 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:17:22.274 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:17:22.630 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:20.593721+0000 mgr.smithi116.upuqbt (mgr.14180) 307 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:22.630 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:17:22.269075+0000 mgr.smithi116.upuqbt (mgr.14180) 308 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:22.631 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:17:22.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:20.593721+0000 mgr.smithi116.upuqbt (mgr.14180) 307 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:22.860 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:17:22.269075+0000 mgr.smithi116.upuqbt (mgr.14180) 308 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:23.632 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:17:23.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:23 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:22.594317+0000 mgr.smithi116.upuqbt (mgr.14180) 309 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-21T08:17:23.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:23 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:22.594317+0000 mgr.smithi116.upuqbt (mgr.14180) 309 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-21T08:17:24.970 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:17:24.970 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:17:25.349 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:17:26.350 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:17:26.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:24.595113+0000 mgr.smithi116.upuqbt (mgr.14180) 310 : cluster [DBG] pgmap v213: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T08:17:26.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:17:24.965755+0000 mgr.smithi116.upuqbt (mgr.14180) 311 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:26.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:24.595113+0000 mgr.smithi116.upuqbt (mgr.14180) 310 : cluster [DBG] pgmap v213: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T08:17:26.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:17:24.965755+0000 mgr.smithi116.upuqbt (mgr.14180) 311 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:27.697 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:17:27.697 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:17:28.066 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:17:28.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:26.595623+0000 mgr.smithi116.upuqbt (mgr.14180) 312 : cluster [DBG] pgmap v214: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T08:17:28.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:26.595623+0000 mgr.smithi116.upuqbt (mgr.14180) 312 : cluster [DBG] pgmap v214: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T08:17:29.068 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:17:29.392 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:17:27.692446+0000 mgr.smithi116.upuqbt (mgr.14180) 313 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:29.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:17:27.692446+0000 mgr.smithi116.upuqbt (mgr.14180) 313 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:30.364 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:17:30.365 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:17:30.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:30 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:28.596305+0000 mgr.smithi116.upuqbt (mgr.14180) 314 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T08:17:30.731 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:17:30.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:30 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:28.596305+0000 mgr.smithi116.upuqbt (mgr.14180) 314 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T08:17:31.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:31 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:17:30.359498+0000 mgr.smithi116.upuqbt (mgr.14180) 315 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:31.732 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:17:31.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:31 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:17:30.359498+0000 mgr.smithi116.upuqbt (mgr.14180) 315 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:32.407 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:30.596832+0000 mgr.smithi116.upuqbt (mgr.14180) 316 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T08:17:32.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:30.596832+0000 mgr.smithi116.upuqbt (mgr.14180) 316 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T08:17:33.078 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:17:33.079 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:17:33.465 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:17:34.465 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:17:34.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:32.597568+0000 mgr.smithi116.upuqbt (mgr.14180) 317 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T08:17:34.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:17:33.073950+0000 mgr.smithi116.upuqbt (mgr.14180) 318 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:34.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:34 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:32.597568+0000 mgr.smithi116.upuqbt (mgr.14180) 317 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T08:17:34.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:34 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:17:33.073950+0000 mgr.smithi116.upuqbt (mgr.14180) 318 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:35.864 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:17:35.864 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:17:36.263 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:17:36.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:34.598333+0000 mgr.smithi116.upuqbt (mgr.14180) 319 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-01-21T08:17:36.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:34.598333+0000 mgr.smithi116.upuqbt (mgr.14180) 319 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2024-01-21T08:17:37.264 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:17:37.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:17:35.859543+0000 mgr.smithi116.upuqbt (mgr.14180) 320 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:37.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:37 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:17:35.859543+0000 mgr.smithi116.upuqbt (mgr.14180) 320 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:38.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:36.599094+0000 mgr.smithi116.upuqbt (mgr.14180) 321 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:38.664 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:17:38.664 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:17:38.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:38 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:36.599094+0000 mgr.smithi116.upuqbt (mgr.14180) 321 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:39.046 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:17:40.047 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:17:40.592 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:40 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:38.599769+0000 mgr.smithi116.upuqbt (mgr.14180) 322 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:40.592 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:40 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:17:38.659631+0000 mgr.smithi116.upuqbt (mgr.14180) 323 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:40.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:40 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:38.599769+0000 mgr.smithi116.upuqbt (mgr.14180) 322 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:40.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:40 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:17:38.659631+0000 mgr.smithi116.upuqbt (mgr.14180) 323 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:41.440 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:17:41.441 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:17:41.829 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:17:42.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:42 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:40.600271+0000 mgr.smithi116.upuqbt (mgr.14180) 324 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:42.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:42 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:40.600271+0000 mgr.smithi116.upuqbt (mgr.14180) 324 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:42.830 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:17:43.475 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:17:41.436083+0000 mgr.smithi116.upuqbt (mgr.14180) 325 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:43.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:43 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:17:41.436083+0000 mgr.smithi116.upuqbt (mgr.14180) 325 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:44.180 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:17:44.180 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:17:44.487 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:42.601081+0000 mgr.smithi116.upuqbt (mgr.14180) 326 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:44.546 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:17:44.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:42.601081+0000 mgr.smithi116.upuqbt (mgr.14180) 326 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:45.547 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:17:45.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:17:44.175639+0000 mgr.smithi116.upuqbt (mgr.14180) 327 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:45.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:17:44.175639+0000 mgr.smithi116.upuqbt (mgr.14180) 327 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:46.616 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:44.601826+0000 mgr.smithi116.upuqbt (mgr.14180) 328 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:17:46.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:44.601826+0000 mgr.smithi116.upuqbt (mgr.14180) 328 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:17:46.978 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:17:46.978 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:17:47.354 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:17:48.355 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:17:48.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:46.602355+0000 mgr.smithi116.upuqbt (mgr.14180) 329 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:48.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:17:46.974063+0000 mgr.smithi116.upuqbt (mgr.14180) 330 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:48.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:46.602355+0000 mgr.smithi116.upuqbt (mgr.14180) 329 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:48.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:17:46.974063+0000 mgr.smithi116.upuqbt (mgr.14180) 330 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:49.762 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:17:49.762 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:17:50.152 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:17:50.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:48.603042+0000 mgr.smithi116.upuqbt (mgr.14180) 331 : cluster [DBG] pgmap v225: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:50.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:48.603042+0000 mgr.smithi116.upuqbt (mgr.14180) 331 : cluster [DBG] pgmap v225: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:51.154 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:17:51.488 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:17:49.757131+0000 mgr.smithi116.upuqbt (mgr.14180) 332 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:51.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:17:49.757131+0000 mgr.smithi116.upuqbt (mgr.14180) 332 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:52.578 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:17:52.578 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:17:52.599 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:50.603710+0000 mgr.smithi116.upuqbt (mgr.14180) 333 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:52.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:50.603710+0000 mgr.smithi116.upuqbt (mgr.14180) 333 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:52.977 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:17:53.978 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:17:54.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:17:52.573416+0000 mgr.smithi116.upuqbt (mgr.14180) 334 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:54.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:52.604513+0000 mgr.smithi116.upuqbt (mgr.14180) 335 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:54.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:17:52.573416+0000 mgr.smithi116.upuqbt (mgr.14180) 334 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:54.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:52.604513+0000 mgr.smithi116.upuqbt (mgr.14180) 335 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:55.343 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:17:55.343 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:17:55.718 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:17:56.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:54.605209+0000 mgr.smithi116.upuqbt (mgr.14180) 336 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:17:56.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:17:55.338772+0000 mgr.smithi116.upuqbt (mgr.14180) 337 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:56.719 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:17:56.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:54.605209+0000 mgr.smithi116.upuqbt (mgr.14180) 336 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:17:56.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:17:55.338772+0000 mgr.smithi116.upuqbt (mgr.14180) 337 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:58.120 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:17:58.120 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:17:58.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:56.605895+0000 mgr.smithi116.upuqbt (mgr.14180) 338 : cluster [DBG] pgmap v229: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:58.502 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:17:58.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:56.605895+0000 mgr.smithi116.upuqbt (mgr.14180) 338 : cluster [DBG] pgmap v229: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:17:59.502 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:17:59.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:17:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:17:58.114631+0000 mgr.smithi116.upuqbt (mgr.14180) 339 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:17:59.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:17:59 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:17:58.114631+0000 mgr.smithi116.upuqbt (mgr.14180) 339 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:00.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:17:58.606692+0000 mgr.smithi116.upuqbt (mgr.14180) 340 : cluster [DBG] pgmap v230: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:00.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:17:58.606692+0000 mgr.smithi116.upuqbt (mgr.14180) 340 : cluster [DBG] pgmap v230: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:00.924 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:18:00.924 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:18:01.335 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:18:02.336 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:18:02.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:02 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:00.607209+0000 mgr.smithi116.upuqbt (mgr.14180) 341 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:02.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:02 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:18:00.919143+0000 mgr.smithi116.upuqbt (mgr.14180) 342 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:02.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:00.607209+0000 mgr.smithi116.upuqbt (mgr.14180) 341 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:02.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:18:00.919143+0000 mgr.smithi116.upuqbt (mgr.14180) 342 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:03.721 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:18:03.721 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:18:04.093 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:18:04.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:02.607934+0000 mgr.smithi116.upuqbt (mgr.14180) 343 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:04.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:02.607934+0000 mgr.smithi116.upuqbt (mgr.14180) 343 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:05.094 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:18:05.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:05 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:18:03.716201+0000 mgr.smithi116.upuqbt (mgr.14180) 344 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:05.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:05 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:18:03.716201+0000 mgr.smithi116.upuqbt (mgr.14180) 344 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:06.468 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:18:06.468 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:18:06.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:04.608761+0000 mgr.smithi116.upuqbt (mgr.14180) 345 : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:18:06.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:06 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:04.608761+0000 mgr.smithi116.upuqbt (mgr.14180) 345 : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:18:06.834 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:18:07.835 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:18:08.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:18:06.464123+0000 mgr.smithi116.upuqbt (mgr.14180) 346 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:08.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:06.609221+0000 mgr.smithi116.upuqbt (mgr.14180) 347 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:08.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:18:06.464123+0000 mgr.smithi116.upuqbt (mgr.14180) 346 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:08.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:06.609221+0000 mgr.smithi116.upuqbt (mgr.14180) 347 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:09.210 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:18:09.210 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:18:09.583 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:18:10.585 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:18:10.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:08.609958+0000 mgr.smithi116.upuqbt (mgr.14180) 348 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:10.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:18:09.205516+0000 mgr.smithi116.upuqbt (mgr.14180) 349 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:10.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:08.609958+0000 mgr.smithi116.upuqbt (mgr.14180) 348 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:10.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:18:09.205516+0000 mgr.smithi116.upuqbt (mgr.14180) 349 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:12.011 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:18:12.011 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:18:12.383 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:18:12.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:10.610560+0000 mgr.smithi116.upuqbt (mgr.14180) 350 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:12.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:10.610560+0000 mgr.smithi116.upuqbt (mgr.14180) 350 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:13.385 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:18:13.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:18:12.006242+0000 mgr.smithi116.upuqbt (mgr.14180) 351 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:13.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:18:12.006242+0000 mgr.smithi116.upuqbt (mgr.14180) 351 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:14.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:12.611150+0000 mgr.smithi116.upuqbt (mgr.14180) 352 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:14.742 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:18:14.742 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:18:14.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:12.611150+0000 mgr.smithi116.upuqbt (mgr.14180) 352 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:15.116 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:18:16.118 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:18:16.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:14.611843+0000 mgr.smithi116.upuqbt (mgr.14180) 353 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:18:16.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:18:14.737654+0000 mgr.smithi116.upuqbt (mgr.14180) 354 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:16.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:14.611843+0000 mgr.smithi116.upuqbt (mgr.14180) 353 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:18:16.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:18:14.737654+0000 mgr.smithi116.upuqbt (mgr.14180) 354 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:17.513 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:18:17.513 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:18:17.857 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:18:18.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:16.612303+0000 mgr.smithi116.upuqbt (mgr.14180) 355 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:18.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:16.612303+0000 mgr.smithi116.upuqbt (mgr.14180) 355 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:18.859 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:18:19.544 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:18:17.508628+0000 mgr.smithi116.upuqbt (mgr.14180) 356 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:19.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:18:17.508628+0000 mgr.smithi116.upuqbt (mgr.14180) 356 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:20.236 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:18:20.236 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:18:20.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:18.613117+0000 mgr.smithi116.upuqbt (mgr.14180) 357 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:20.606 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:18:20.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:18.613117+0000 mgr.smithi116.upuqbt (mgr.14180) 357 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:21.607 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:18:21.641 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:18:20.231863+0000 mgr.smithi116.upuqbt (mgr.14180) 358 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:21.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:18:20.231863+0000 mgr.smithi116.upuqbt (mgr.14180) 358 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:22.644 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:20.613847+0000 mgr.smithi116.upuqbt (mgr.14180) 359 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:22.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:20.613847+0000 mgr.smithi116.upuqbt (mgr.14180) 359 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:23.001 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:18:23.002 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:18:23.366 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:18:24.367 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:18:24.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:22.614580+0000 mgr.smithi116.upuqbt (mgr.14180) 360 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:24.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:18:22.997259+0000 mgr.smithi116.upuqbt (mgr.14180) 361 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:24.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:22.614580+0000 mgr.smithi116.upuqbt (mgr.14180) 360 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:24.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:18:22.997259+0000 mgr.smithi116.upuqbt (mgr.14180) 361 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:25.718 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:18:25.718 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:18:26.089 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:18:26.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:24.615285+0000 mgr.smithi116.upuqbt (mgr.14180) 362 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:18:26.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:24.615285+0000 mgr.smithi116.upuqbt (mgr.14180) 362 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:18:27.090 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:18:27.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:27 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:18:25.713727+0000 mgr.smithi116.upuqbt (mgr.14180) 363 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:27.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:27 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:18:25.713727+0000 mgr.smithi116.upuqbt (mgr.14180) 363 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:28.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:26.615925+0000 mgr.smithi116.upuqbt (mgr.14180) 364 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:28.483 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:18:28.483 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:18:28.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:26.615925+0000 mgr.smithi116.upuqbt (mgr.14180) 364 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:28.949 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:18:29.950 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:18:30.642 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:30 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:18:28.478914+0000 mgr.smithi116.upuqbt (mgr.14180) 365 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:30.643 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:30 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:28.616600+0000 mgr.smithi116.upuqbt (mgr.14180) 366 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:30.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:30 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:18:28.478914+0000 mgr.smithi116.upuqbt (mgr.14180) 365 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:30.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:30 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:28.616600+0000 mgr.smithi116.upuqbt (mgr.14180) 366 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:31.355 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:18:31.355 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:18:31.755 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:18:32.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:30.617071+0000 mgr.smithi116.upuqbt (mgr.14180) 367 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:32.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:18:31.350936+0000 mgr.smithi116.upuqbt (mgr.14180) 368 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:32.757 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:18:32.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:30.617071+0000 mgr.smithi116.upuqbt (mgr.14180) 367 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:32.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:18:31.350936+0000 mgr.smithi116.upuqbt (mgr.14180) 368 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:34.127 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:18:34.127 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:18:34.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:32.617956+0000 mgr.smithi116.upuqbt (mgr.14180) 369 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:34.512 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:18:34.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:34 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:32.617956+0000 mgr.smithi116.upuqbt (mgr.14180) 369 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:35.514 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:18:35.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:35 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:18:34.122669+0000 mgr.smithi116.upuqbt (mgr.14180) 370 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:35.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:35 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:18:34.122669+0000 mgr.smithi116.upuqbt (mgr.14180) 370 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:36.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:34.618615+0000 mgr.smithi116.upuqbt (mgr.14180) 371 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:18:36.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:34.618615+0000 mgr.smithi116.upuqbt (mgr.14180) 371 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:18:36.856 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:18:36.856 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:18:37.229 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:18:38.231 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:18:38.564 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:36.619091+0000 mgr.smithi116.upuqbt (mgr.14180) 372 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:38.564 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:18:36.851404+0000 mgr.smithi116.upuqbt (mgr.14180) 373 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:38.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:38 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:36.619091+0000 mgr.smithi116.upuqbt (mgr.14180) 372 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:38.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:38 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:18:36.851404+0000 mgr.smithi116.upuqbt (mgr.14180) 373 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:39.595 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:18:39.596 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:18:39.979 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:18:40.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:40 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:38.619879+0000 mgr.smithi116.upuqbt (mgr.14180) 374 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:40.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:40 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:38.619879+0000 mgr.smithi116.upuqbt (mgr.14180) 374 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:40.981 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:18:41.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:18:39.590842+0000 mgr.smithi116.upuqbt (mgr.14180) 375 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:41.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:18:39.590842+0000 mgr.smithi116.upuqbt (mgr.14180) 375 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:42.382 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:18:42.382 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:18:42.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:42 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:40.620410+0000 mgr.smithi116.upuqbt (mgr.14180) 376 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:42.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:42 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:40.620410+0000 mgr.smithi116.upuqbt (mgr.14180) 376 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:42.770 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:18:43.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:18:42.377510+0000 mgr.smithi116.upuqbt (mgr.14180) 377 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:43.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:43 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:18:42.377510+0000 mgr.smithi116.upuqbt (mgr.14180) 377 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:43.772 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:18:44.627 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:42.620995+0000 mgr.smithi116.upuqbt (mgr.14180) 378 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:44.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:42.620995+0000 mgr.smithi116.upuqbt (mgr.14180) 378 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:45.149 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:18:45.149 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:18:45.536 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:18:46.537 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:18:46.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:44.621835+0000 mgr.smithi116.upuqbt (mgr.14180) 379 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:18:46.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:18:45.144338+0000 mgr.smithi116.upuqbt (mgr.14180) 380 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:46.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:44.621835+0000 mgr.smithi116.upuqbt (mgr.14180) 379 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:18:46.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:18:45.144338+0000 mgr.smithi116.upuqbt (mgr.14180) 380 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:47.931 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:18:47.931 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:18:48.303 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:18:48.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:46.622407+0000 mgr.smithi116.upuqbt (mgr.14180) 381 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:48.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:46.622407+0000 mgr.smithi116.upuqbt (mgr.14180) 381 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:49.304 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:18:49.638 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:18:47.924671+0000 mgr.smithi116.upuqbt (mgr.14180) 382 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:49.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:18:47.924671+0000 mgr.smithi116.upuqbt (mgr.14180) 382 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:50.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:48.623145+0000 mgr.smithi116.upuqbt (mgr.14180) 383 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:50.696 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:18:50.696 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:18:50.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:48.623145+0000 mgr.smithi116.upuqbt (mgr.14180) 383 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:51.085 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:18:52.086 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:18:52.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:50.623651+0000 mgr.smithi116.upuqbt (mgr.14180) 384 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:52.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:18:50.691488+0000 mgr.smithi116.upuqbt (mgr.14180) 385 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:52.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:50.623651+0000 mgr.smithi116.upuqbt (mgr.14180) 384 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:52.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:18:50.691488+0000 mgr.smithi116.upuqbt (mgr.14180) 385 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:53.431 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:18:53.431 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:18:53.752 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:18:54.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:52.624347+0000 mgr.smithi116.upuqbt (mgr.14180) 386 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:54.753 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:18:54.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:52.624347+0000 mgr.smithi116.upuqbt (mgr.14180) 386 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:55.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:18:53.426662+0000 mgr.smithi116.upuqbt (mgr.14180) 387 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:55.763 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:18:53.426662+0000 mgr.smithi116.upuqbt (mgr.14180) 387 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:56.108 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:18:56.109 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:18:56.478 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:18:56.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:54.625360+0000 mgr.smithi116.upuqbt (mgr.14180) 388 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:18:56.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:54.625360+0000 mgr.smithi116.upuqbt (mgr.14180) 388 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:18:57.479 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:18:57.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:18:56.103846+0000 mgr.smithi116.upuqbt (mgr.14180) 389 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:57.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:56.625924+0000 mgr.smithi116.upuqbt (mgr.14180) 390 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:57.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:18:56.103846+0000 mgr.smithi116.upuqbt (mgr.14180) 389 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:18:57.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:56.625924+0000 mgr.smithi116.upuqbt (mgr.14180) 390 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:18:58.835 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:18:58.835 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:18:59.209 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:19:00.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:59 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:18:58.626647+0000 mgr.smithi116.upuqbt (mgr.14180) 391 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:00.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:18:59 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:18:58.830743+0000 mgr.smithi116.upuqbt (mgr.14180) 392 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:00.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:18:58.626647+0000 mgr.smithi116.upuqbt (mgr.14180) 391 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:00.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:18:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:18:58.830743+0000 mgr.smithi116.upuqbt (mgr.14180) 392 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:00.209 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:19:01.609 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:19:01.609 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:19:02.008 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:19:02.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:02 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:00.627343+0000 mgr.smithi116.upuqbt (mgr.14180) 393 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:02.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:00.627343+0000 mgr.smithi116.upuqbt (mgr.14180) 393 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:03.009 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:19:03.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:01.604444+0000 mgr.smithi116.upuqbt (mgr.14180) 394 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:03.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:03 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:01.604444+0000 mgr.smithi116.upuqbt (mgr.14180) 394 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:04.348 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:19:04.348 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:19:04.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:02.628038+0000 mgr.smithi116.upuqbt (mgr.14180) 395 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:04.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:02.628038+0000 mgr.smithi116.upuqbt (mgr.14180) 395 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:04.791 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:19:05.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:05 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:04.343514+0000 mgr.smithi116.upuqbt (mgr.14180) 396 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:05.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:05 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:04.343514+0000 mgr.smithi116.upuqbt (mgr.14180) 396 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:05.792 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:19:06.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:04.628741+0000 mgr.smithi116.upuqbt (mgr.14180) 397 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:19:06.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:06 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:04.628741+0000 mgr.smithi116.upuqbt (mgr.14180) 397 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:19:07.200 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:19:07.201 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:19:07.583 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:19:08.584 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:19:08.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:06.629245+0000 mgr.smithi116.upuqbt (mgr.14180) 398 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:08.618 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:07.195198+0000 mgr.smithi116.upuqbt (mgr.14180) 399 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:08.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:06.629245+0000 mgr.smithi116.upuqbt (mgr.14180) 398 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:08.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:07.195198+0000 mgr.smithi116.upuqbt (mgr.14180) 399 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:09.997 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:19:09.997 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:19:10.385 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:19:10.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:08.630035+0000 mgr.smithi116.upuqbt (mgr.14180) 400 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:10.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:08.630035+0000 mgr.smithi116.upuqbt (mgr.14180) 400 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:11.386 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:19:11.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:09.992121+0000 mgr.smithi116.upuqbt (mgr.14180) 401 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:11.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:09.992121+0000 mgr.smithi116.upuqbt (mgr.14180) 401 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:12.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:10.630556+0000 mgr.smithi116.upuqbt (mgr.14180) 402 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:12.755 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:19:12.755 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:03.821131Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:03.821267Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:03.821336Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:03.821401Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:03.821463Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-21T08:19:12.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:10.630556+0000 mgr.smithi116.upuqbt (mgr.14180) 402 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:13.132 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:19:13.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:13.205833+0000 mon.smithi116 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.cyszcx"}]: dispatch 2024-01-21T08:19:13.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:13.210593+0000 mon.smithi116 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:19:13.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:13.212731+0000 mon.smithi116 (mon.0) 654 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:19:13.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:13.205833+0000 mon.smithi116 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.cyszcx"}]: dispatch 2024-01-21T08:19:13.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:13.210593+0000 mon.smithi116 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:19:13.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:13.212731+0000 mon.smithi116 (mon.0) 654 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:19:14.134 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:19:14.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:12.631130+0000 mgr.smithi116.upuqbt (mgr.14180) 403 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:14.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:12.750593+0000 mgr.smithi116.upuqbt (mgr.14180) 404 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:14.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:19:13.205372+0000 mgr.smithi116.upuqbt (mgr.14180) 405 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx 2024-01-21T08:19:14.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx 2024-01-21T08:19:14.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx 2024-01-21T08:19:14.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx 2024-01-21T08:19:14.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Deploy daemon haproxy.nfs.foo.smithi116.cyszcx ... 2024-01-21T08:19:14.359 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:19:14.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:19:14.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:17:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:19:14.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:17:58Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:19:14.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:18:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:19:14.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:19:14.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:19:14.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Traceback (most recent call last): 2024-01-21T08:19:14.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:19:14.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: yield (conn, connr) 2024-01-21T08:19:14.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:19:14.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: code, '\n'.join(err))) 2024-01-21T08:19:14.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx 2024-01-21T08:19:14.360 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx 2024-01-21T08:19:14.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx 2024-01-21T08:19:14.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx 2024-01-21T08:19:14.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Deploy daemon haproxy.nfs.foo.smithi116.cyszcx ... 2024-01-21T08:19:14.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:19:14.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:19:14.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:17:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:19:14.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:17:58Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:19:14.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:18:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:19:14.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:19:14.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:19:14.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:19:13.205518+0000 mgr.smithi116.upuqbt (mgr.14180) 406 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.cyszcx 2024-01-21T08:19:14.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:19:13.206455+0000 mgr.smithi116.upuqbt (mgr.14180) 407 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx 2024-01-21T08:19:14.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx 2024-01-21T08:19:14.361 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx 2024-01-21T08:19:14.362 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx 2024-01-21T08:19:14.362 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Deploy daemon haproxy.nfs.foo.smithi116.cyszcx ... 2024-01-21T08:19:14.362 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:19:14.362 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:19:14.362 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:17:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:19:14.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:12.631130+0000 mgr.smithi116.upuqbt (mgr.14180) 403 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:14.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:12.750593+0000 mgr.smithi116.upuqbt (mgr.14180) 404 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:14.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:19:13.205372+0000 mgr.smithi116.upuqbt (mgr.14180) 405 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx 2024-01-21T08:19:14.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx 2024-01-21T08:19:14.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx 2024-01-21T08:19:14.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx 2024-01-21T08:19:14.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Deploy daemon haproxy.nfs.foo.smithi116.cyszcx ... 2024-01-21T08:19:14.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:19:14.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:19:14.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:17:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:19:14.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:17:58Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:19:14.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:18:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:19:14.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:19:14.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:19:14.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Traceback (most recent call last): 2024-01-21T08:19:14.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:19:14.514 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: yield (conn, connr) 2024-01-21T08:19:14.515 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:19:14.515 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: code, '\n'.join(err))) 2024-01-21T08:19:14.515 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx 2024-01-21T08:19:14.515 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx 2024-01-21T08:19:14.515 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx 2024-01-21T08:19:14.515 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx 2024-01-21T08:19:14.515 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Deploy daemon haproxy.nfs.foo.smithi116.cyszcx ... 2024-01-21T08:19:14.515 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:19:14.515 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:19:14.515 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:17:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:19:14.515 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:17:58Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:19:14.515 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:18:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:19:14.515 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:19:14.515 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:19:14.516 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:19:13.205518+0000 mgr.smithi116.upuqbt (mgr.14180) 406 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.cyszcx 2024-01-21T08:19:14.516 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:19:13.206455+0000 mgr.smithi116.upuqbt (mgr.14180) 407 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx 2024-01-21T08:19:14.516 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx 2024-01-21T08:19:14.516 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx 2024-01-21T08:19:14.516 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx 2024-01-21T08:19:14.516 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Deploy daemon haproxy.nfs.foo.smithi116.cyszcx ... 2024-01-21T08:19:14.516 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:19:14.516 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:19:14.516 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:17:20Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:19:14.516 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:17:58Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:19:14.516 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:18:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:19:14.516 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:19:14.516 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:19:14.516 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:19:13.210837+0000 mgr.smithi116.upuqbt (mgr.14180) 408 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:19:14.517 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:19:13.211893+0000 mgr.smithi116.upuqbt (mgr.14180) 409 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:19:14.517 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:13.213054+0000 mgr.smithi116.upuqbt (mgr.14180) 410 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-01-21T08:19:14.517 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:13.349094+0000 mon.smithi116 (mon.0) 655 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:19:14.622 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:17:58Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:19:14.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:18:35Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:19:14.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:19:14.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:19:14.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:19:13.210837+0000 mgr.smithi116.upuqbt (mgr.14180) 408 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:19:14.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:19:13.211893+0000 mgr.smithi116.upuqbt (mgr.14180) 409 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:19:14.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:13.213054+0000 mgr.smithi116.upuqbt (mgr.14180) 410 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-01-21T08:19:14.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:13.349094+0000 mon.smithi116 (mon.0) 655 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:19:15.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:15 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:14.582143+0000 mon.smithi116 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:19:15.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:15 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:15.213673+0000 mgr.smithi116.upuqbt (mgr.14180) 411 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:19:16.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:15 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:14.582143+0000 mon.smithi116 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:19:16.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:15 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:15.213673+0000 mgr.smithi116.upuqbt (mgr.14180) 411 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:19:16.082 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:19:16.082 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:14:06.099921Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:14:06.099985Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:14:06.100045Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:14:06.099833Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:14:06.099693Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:14:06.100103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:14:06.100221Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:14:06.100161Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 1, "size": 2}}] 2024-01-21T08:19:16.595 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:19:17.139 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:15.823649+0000 mon.smithi116 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:19:17.139 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:16.077367+0000 mgr.smithi116.upuqbt (mgr.14180) 412 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:17.262 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:15.823649+0000 mon.smithi116 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:19:17.262 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:16.077367+0000 mgr.smithi116.upuqbt (mgr.14180) 412 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:17.596 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:19:18.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:16.998660+0000 mon.smithi116 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:19:18.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:17.214328+0000 mgr.smithi116.upuqbt (mgr.14180) 413 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:19:18.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:17.278135+0000 mon.smithi116 (mon.0) 659 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:19:18.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:17.278725+0000 mon.smithi116 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:19:18.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:19:17.281794+0000 mgr.smithi116.upuqbt (mgr.14180) 414 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T08:19:18.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:17.530811+0000 mon.smithi116 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:19:18.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:17.536282+0000 mon.smithi116 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:19:18.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:17.541758+0000 mon.smithi116 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:19:18.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:17.547206+0000 mon.smithi116 (mon.0) 664 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:19:18.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:17.555427+0000 mon.smithi116 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:19:18.262 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:16.998660+0000 mon.smithi116 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:19:18.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:17.214328+0000 mgr.smithi116.upuqbt (mgr.14180) 413 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:19:18.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:17.278135+0000 mon.smithi116 (mon.0) 659 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:19:18.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:17.278725+0000 mon.smithi116 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:19:18.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:19:17.281794+0000 mgr.smithi116.upuqbt (mgr.14180) 414 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T08:19:18.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:17.530811+0000 mon.smithi116 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:19:18.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:17.536282+0000 mon.smithi116 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:19:18.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:17.541758+0000 mon.smithi116 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:19:18.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:17.547206+0000 mon.smithi116 (mon.0) 664 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:19:18.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:17.555427+0000 mon.smithi116 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:19:18.946 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:19:18.946 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:19:19.239 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:17.542866+0000 mgr.smithi116.upuqbt (mgr.14180) 415 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 B/s rd, 0 op/s 2024-01-21T08:19:19.239 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:19:17.558237+0000 mgr.smithi116.upuqbt (mgr.14180) 416 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi195.cwikbm on smithi195 2024-01-21T08:19:19.239 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:17.996702+0000 mon.smithi116 (mon.0) 666 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:19:19.239 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:17.996729+0000 mon.smithi116 (mon.0) 667 : cluster [INF] Cluster is now healthy 2024-01-21T08:19:19.262 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:17.542866+0000 mgr.smithi116.upuqbt (mgr.14180) 415 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 8.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 B/s rd, 0 op/s 2024-01-21T08:19:19.262 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:19:17.558237+0000 mgr.smithi116.upuqbt (mgr.14180) 416 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi195.cwikbm on smithi195 2024-01-21T08:19:19.262 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:17.996702+0000 mon.smithi116 (mon.0) 666 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:19:19.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:17.996729+0000 mon.smithi116 (mon.0) 667 : cluster [INF] Cluster is now healthy 2024-01-21T08:19:19.315 INFO:tasks.cephadm:nfs.foo has 1/1 2024-01-21T08:19:19.315 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-21T08:19:19.326 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-01-21T08:19:19.326 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:19:20.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:18.940524+0000 mgr.smithi116.upuqbt (mgr.14180) 417 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:20.335 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:18.940524+0000 mgr.smithi116.upuqbt (mgr.14180) 417 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:20.710 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:19:20.710 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:19:21.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:19:21.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:19.543629+0000 mgr.smithi116.upuqbt (mgr.14180) 418 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 114 B/s wr, 1 op/s 2024-01-21T08:19:21.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:19.543629+0000 mgr.smithi116.upuqbt (mgr.14180) 418 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 114 B/s wr, 1 op/s 2024-01-21T08:19:22.091 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:19:22.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:20.705146+0000 mgr.smithi116.upuqbt (mgr.14180) 419 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:22.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:20.705146+0000 mgr.smithi116.upuqbt (mgr.14180) 419 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:23.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:23 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:21.544118+0000 mgr.smithi116.upuqbt (mgr.14180) 420 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 229 B/s wr, 3 op/s 2024-01-21T08:19:23.437 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:19:23.437 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:19:23.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:19:23.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:23 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:21.544118+0000 mgr.smithi116.upuqbt (mgr.14180) 420 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 229 B/s wr, 3 op/s 2024-01-21T08:19:24.762 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:19:25.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:23.432835+0000 mgr.smithi116.upuqbt (mgr.14180) 421 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:25.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:23.544837+0000 mgr.smithi116.upuqbt (mgr.14180) 422 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 198 B/s wr, 2 op/s 2024-01-21T08:19:25.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:23.432835+0000 mgr.smithi116.upuqbt (mgr.14180) 421 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:25.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:23.544837+0000 mgr.smithi116.upuqbt (mgr.14180) 422 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 198 B/s wr, 2 op/s 2024-01-21T08:19:26.175 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:19:26.175 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:19:26.538 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:19:27.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:27 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:25.545488+0000 mgr.smithi116.upuqbt (mgr.14180) 423 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 198 B/s wr, 2 op/s 2024-01-21T08:19:27.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:27 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:26.170637+0000 mgr.smithi116.upuqbt (mgr.14180) 424 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:27.540 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:19:27.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:27 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:25.545488+0000 mgr.smithi116.upuqbt (mgr.14180) 423 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 198 B/s wr, 2 op/s 2024-01-21T08:19:27.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:27 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:26.170637+0000 mgr.smithi116.upuqbt (mgr.14180) 424 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:28.908 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:19:28.908 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:19:29.287 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:19:29.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:27.546154+0000 mgr.smithi116.upuqbt (mgr.14180) 425 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 198 B/s wr, 2 op/s 2024-01-21T08:19:29.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:27.546154+0000 mgr.smithi116.upuqbt (mgr.14180) 425 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 198 B/s wr, 2 op/s 2024-01-21T08:19:30.288 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:19:30.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:30 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:28.902411+0000 mgr.smithi116.upuqbt (mgr.14180) 426 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:30.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:30 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:28.902411+0000 mgr.smithi116.upuqbt (mgr.14180) 426 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:31.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:31 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:29.546886+0000 mgr.smithi116.upuqbt (mgr.14180) 427 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2024-01-21T08:19:31.671 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:19:31.671 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:19:31.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:31 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:29.546886+0000 mgr.smithi116.upuqbt (mgr.14180) 427 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2024-01-21T08:19:32.053 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:19:33.054 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:19:33.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:31.547362+0000 mgr.smithi116.upuqbt (mgr.14180) 428 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T08:19:33.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:31.666557+0000 mgr.smithi116.upuqbt (mgr.14180) 429 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:33.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:31.547362+0000 mgr.smithi116.upuqbt (mgr.14180) 428 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-21T08:19:33.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:31.666557+0000 mgr.smithi116.upuqbt (mgr.14180) 429 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:34.374 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:19:34.375 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:19:34.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:19:35.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:35 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:33.548212+0000 mgr.smithi116.upuqbt (mgr.14180) 430 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:19:35.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:35 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:34.369749+0000 mgr.smithi116.upuqbt (mgr.14180) 431 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:35.746 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:19:35.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:35 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:33.548212+0000 mgr.smithi116.upuqbt (mgr.14180) 430 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:19:35.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:35 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:34.369749+0000 mgr.smithi116.upuqbt (mgr.14180) 431 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:37.106 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:19:37.106 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:19:37.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:35.548983+0000 mgr.smithi116.upuqbt (mgr.14180) 432 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:37.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:19:37.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:37 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:35.548983+0000 mgr.smithi116.upuqbt (mgr.14180) 432 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:38.480 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:19:38.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:37.101170+0000 mgr.smithi116.upuqbt (mgr.14180) 433 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:38.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:38 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:37.101170+0000 mgr.smithi116.upuqbt (mgr.14180) 433 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:39.474 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:39 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:37.549645+0000 mgr.smithi116.upuqbt (mgr.14180) 434 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:39.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:39 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:37.549645+0000 mgr.smithi116.upuqbt (mgr.14180) 434 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:39.911 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:19:39.911 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:19:40.279 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:19:41.280 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:19:41.620 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:39.550481+0000 mgr.smithi116.upuqbt (mgr.14180) 435 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:41.620 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:39.906748+0000 mgr.smithi116.upuqbt (mgr.14180) 436 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:41.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:39.550481+0000 mgr.smithi116.upuqbt (mgr.14180) 435 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:41.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:39.906748+0000 mgr.smithi116.upuqbt (mgr.14180) 436 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:42.731 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:19:42.731 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:19:43.112 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:19:43.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:41.551193+0000 mgr.smithi116.upuqbt (mgr.14180) 437 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:43.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:43 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:41.551193+0000 mgr.smithi116.upuqbt (mgr.14180) 437 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:44.113 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:19:44.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:42.726230+0000 mgr.smithi116.upuqbt (mgr.14180) 438 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:44.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:42.726230+0000 mgr.smithi116.upuqbt (mgr.14180) 438 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:45.505 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:19:45.505 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:19:45.536 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:43.551994+0000 mgr.smithi116.upuqbt (mgr.14180) 439 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:19:45.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:43.551994+0000 mgr.smithi116.upuqbt (mgr.14180) 439 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:19:45.960 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:19:46.962 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:19:47.639 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:45.499977+0000 mgr.smithi116.upuqbt (mgr.14180) 440 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:47.639 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:45.552551+0000 mgr.smithi116.upuqbt (mgr.14180) 441 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:47.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:45.499977+0000 mgr.smithi116.upuqbt (mgr.14180) 440 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:47.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:45.552551+0000 mgr.smithi116.upuqbt (mgr.14180) 441 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:48.387 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:19:48.388 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:19:48.777 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:19:49.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:47.553103+0000 mgr.smithi116.upuqbt (mgr.14180) 442 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:49.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:48.382488+0000 mgr.smithi116.upuqbt (mgr.14180) 443 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:49.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:47.553103+0000 mgr.smithi116.upuqbt (mgr.14180) 442 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:49.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:48.382488+0000 mgr.smithi116.upuqbt (mgr.14180) 443 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:49.778 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:19:51.067 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:19:51.067 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:19:51.442 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:19:51.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:49.553974+0000 mgr.smithi116.upuqbt (mgr.14180) 444 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:51.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:49.553974+0000 mgr.smithi116.upuqbt (mgr.14180) 444 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:52.443 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:19:52.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:51.062256+0000 mgr.smithi116.upuqbt (mgr.14180) 445 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:52.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:51.062256+0000 mgr.smithi116.upuqbt (mgr.14180) 445 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:53.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:51.554498+0000 mgr.smithi116.upuqbt (mgr.14180) 446 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:53.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:51.554498+0000 mgr.smithi116.upuqbt (mgr.14180) 446 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:53.803 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:19:53.803 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:19:54.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:19:55.177 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:19:55.502 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:53.555194+0000 mgr.smithi116.upuqbt (mgr.14180) 447 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:19:55.502 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:53.798262+0000 mgr.smithi116.upuqbt (mgr.14180) 448 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:55.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:53.555194+0000 mgr.smithi116.upuqbt (mgr.14180) 447 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:19:55.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:53.798262+0000 mgr.smithi116.upuqbt (mgr.14180) 448 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:56.529 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:19:56.529 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:19:56.911 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:19:57.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:55.555773+0000 mgr.smithi116.upuqbt (mgr.14180) 449 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:57.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:55.555773+0000 mgr.smithi116.upuqbt (mgr.14180) 449 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:57.912 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:19:58.612 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:56.524658+0000 mgr.smithi116.upuqbt (mgr.14180) 450 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:58.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:56.524658+0000 mgr.smithi116.upuqbt (mgr.14180) 450 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:19:59.266 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:19:59.266 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:19:59.632 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:19:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:57.556546+0000 mgr.smithi116.upuqbt (mgr.14180) 451 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:19:59.660 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:19:59.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:19:59 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:57.556546+0000 mgr.smithi116.upuqbt (mgr.14180) 451 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:00.661 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:20:00.693 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:19:59.261357+0000 mgr.smithi116.upuqbt (mgr.14180) 452 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:00.693 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:19:59.557392+0000 mgr.smithi116.upuqbt (mgr.14180) 453 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:00.693 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:00.000096+0000 mon.smithi116 (mon.0) 668 : cluster [INF] overall HEALTH_OK 2024-01-21T08:20:00.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:19:59.261357+0000 mgr.smithi116.upuqbt (mgr.14180) 452 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:00.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:19:59.557392+0000 mgr.smithi116.upuqbt (mgr.14180) 453 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:00.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:00.000096+0000 mon.smithi116 (mon.0) 668 : cluster [INF] overall HEALTH_OK 2024-01-21T08:20:02.040 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:20:02.041 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:20:02.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:20:02.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:02 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:01.557892+0000 mgr.smithi116.upuqbt (mgr.14180) 454 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:02.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:02 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:20:02.034967+0000 mgr.smithi116.upuqbt (mgr.14180) 455 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:03.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:01.557892+0000 mgr.smithi116.upuqbt (mgr.14180) 454 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:03.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:20:02.034967+0000 mgr.smithi116.upuqbt (mgr.14180) 455 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:03.425 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:20:04.811 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:20:04.811 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:20:04.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:03.558633+0000 mgr.smithi116.upuqbt (mgr.14180) 456 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:20:05.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:03.558633+0000 mgr.smithi116.upuqbt (mgr.14180) 456 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:20:05.182 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:20:06.183 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:20:06.508 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:20:04.805839+0000 mgr.smithi116.upuqbt (mgr.14180) 457 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:06.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:06 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:20:04.805839+0000 mgr.smithi116.upuqbt (mgr.14180) 457 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:07.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:05.559285+0000 mgr.smithi116.upuqbt (mgr.14180) 458 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:07.495 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:20:07.495 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:20:07.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:07 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:05.559285+0000 mgr.smithi116.upuqbt (mgr.14180) 458 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:07.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:20:08.852 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:20:09.511 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:20:07.490803+0000 mgr.smithi116.upuqbt (mgr.14180) 459 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:09.511 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:07.559841+0000 mgr.smithi116.upuqbt (mgr.14180) 460 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:09.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:20:07.490803+0000 mgr.smithi116.upuqbt (mgr.14180) 459 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:09.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:07.559841+0000 mgr.smithi116.upuqbt (mgr.14180) 460 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:10.169 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:20:10.169 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:20:10.531 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:20:11.533 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:20:11.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:09.560559+0000 mgr.smithi116.upuqbt (mgr.14180) 461 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:11.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:20:10.164177+0000 mgr.smithi116.upuqbt (mgr.14180) 462 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:11.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:09.560559+0000 mgr.smithi116.upuqbt (mgr.14180) 461 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:11.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:20:10.164177+0000 mgr.smithi116.upuqbt (mgr.14180) 462 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:12.879 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:20:12.879 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:20:13.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:20:13.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:11.561145+0000 mgr.smithi116.upuqbt (mgr.14180) 463 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:13.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:11.561145+0000 mgr.smithi116.upuqbt (mgr.14180) 463 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:14.235 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:20:14.567 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:20:12.874030+0000 mgr.smithi116.upuqbt (mgr.14180) 464 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:14.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:20:12.874030+0000 mgr.smithi116.upuqbt (mgr.14180) 464 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:15.639 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:20:15.639 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:20:15.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:15 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:13.561898+0000 mgr.smithi116.upuqbt (mgr.14180) 465 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:20:15.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:15 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:13.561898+0000 mgr.smithi116.upuqbt (mgr.14180) 465 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:20:16.006 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:20:17.007 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:20:17.634 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:15.562444+0000 mgr.smithi116.upuqbt (mgr.14180) 466 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:17.634 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:20:15.633680+0000 mgr.smithi116.upuqbt (mgr.14180) 467 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:17.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:15.562444+0000 mgr.smithi116.upuqbt (mgr.14180) 466 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:17.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:20:15.633680+0000 mgr.smithi116.upuqbt (mgr.14180) 467 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:18.302 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:20:18.302 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:20:18.682 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:20:19.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:17.563115+0000 mgr.smithi116.upuqbt (mgr.14180) 468 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:19.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:20:18.297112+0000 mgr.smithi116.upuqbt (mgr.14180) 469 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:19.683 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:20:19.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:17.563115+0000 mgr.smithi116.upuqbt (mgr.14180) 468 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:19.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:20:18.297112+0000 mgr.smithi116.upuqbt (mgr.14180) 469 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:21.000 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:20:21.000 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:20:21.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:20:21.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:19.563974+0000 mgr.smithi116.upuqbt (mgr.14180) 470 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:21.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:19.563974+0000 mgr.smithi116.upuqbt (mgr.14180) 470 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:22.372 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:20:22.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:20:20.994848+0000 mgr.smithi116.upuqbt (mgr.14180) 471 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:22.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:20:20.994848+0000 mgr.smithi116.upuqbt (mgr.14180) 471 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:23.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:23 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:21.564448+0000 mgr.smithi116.upuqbt (mgr.14180) 472 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:23.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:23 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:21.564448+0000 mgr.smithi116.upuqbt (mgr.14180) 472 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:23.808 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:20:23.808 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:20:24.196 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:20:25.197 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:20:25.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:23.565168+0000 mgr.smithi116.upuqbt (mgr.14180) 473 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:20:25.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:20:23.803779+0000 mgr.smithi116.upuqbt (mgr.14180) 474 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:25.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:23.565168+0000 mgr.smithi116.upuqbt (mgr.14180) 473 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:20:25.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:20:23.803779+0000 mgr.smithi116.upuqbt (mgr.14180) 474 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:26.571 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:20:26.571 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:20:26.963 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:20:27.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:27 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:25.565704+0000 mgr.smithi116.upuqbt (mgr.14180) 475 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:27.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:27 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:25.565704+0000 mgr.smithi116.upuqbt (mgr.14180) 475 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:27.964 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:20:28.617 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:20:26.566547+0000 mgr.smithi116.upuqbt (mgr.14180) 476 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:28.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:20:26.566547+0000 mgr.smithi116.upuqbt (mgr.14180) 476 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:29.318 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:20:29.319 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:20:29.619 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:27.566345+0000 mgr.smithi116.upuqbt (mgr.14180) 477 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:29.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:20:29.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:27.566345+0000 mgr.smithi116.upuqbt (mgr.14180) 477 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:30.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:30 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:20:29.313641+0000 mgr.smithi116.upuqbt (mgr.14180) 478 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:30.688 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:20:30.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:30 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:20:29.313641+0000 mgr.smithi116.upuqbt (mgr.14180) 478 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:31.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:31 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:29.567111+0000 mgr.smithi116.upuqbt (mgr.14180) 479 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:31.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:31 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:29.567111+0000 mgr.smithi116.upuqbt (mgr.14180) 479 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:32.038 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:20:32.039 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:20:32.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:20:33.422 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:20:33.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:31.567597+0000 mgr.smithi116.upuqbt (mgr.14180) 480 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:33.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:20:32.033588+0000 mgr.smithi116.upuqbt (mgr.14180) 481 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:33.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:31.567597+0000 mgr.smithi116.upuqbt (mgr.14180) 480 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:33.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:20:32.033588+0000 mgr.smithi116.upuqbt (mgr.14180) 481 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:34.794 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:20:34.794 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:20:35.180 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:20:35.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:35 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:33.568328+0000 mgr.smithi116.upuqbt (mgr.14180) 482 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:20:35.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:35 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:33.568328+0000 mgr.smithi116.upuqbt (mgr.14180) 482 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:20:36.181 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:20:36.514 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:20:34.788960+0000 mgr.smithi116.upuqbt (mgr.14180) 483 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:36.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:20:34.788960+0000 mgr.smithi116.upuqbt (mgr.14180) 483 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:37.537 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:20:37.537 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:20:37.690 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:35.568977+0000 mgr.smithi116.upuqbt (mgr.14180) 484 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:37.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:37 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:35.568977+0000 mgr.smithi116.upuqbt (mgr.14180) 484 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:37.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:20:38.887 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:20:39.565 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:39 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:20:37.531907+0000 mgr.smithi116.upuqbt (mgr.14180) 485 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:39.565 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:39 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:37.569690+0000 mgr.smithi116.upuqbt (mgr.14180) 486 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:39.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:39 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:20:37.531907+0000 mgr.smithi116.upuqbt (mgr.14180) 485 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:39.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:39 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:37.569690+0000 mgr.smithi116.upuqbt (mgr.14180) 486 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:40.262 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:20:40.263 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:20:40.635 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:20:41.636 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:20:41.670 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:39.570441+0000 mgr.smithi116.upuqbt (mgr.14180) 487 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:41.670 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:20:40.258006+0000 mgr.smithi116.upuqbt (mgr.14180) 488 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:41.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:39.570441+0000 mgr.smithi116.upuqbt (mgr.14180) 487 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:41.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:20:40.258006+0000 mgr.smithi116.upuqbt (mgr.14180) 488 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:42.640 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:42 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:41.571203+0000 mgr.smithi116.upuqbt (mgr.14180) 489 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:42.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:42 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:41.571203+0000 mgr.smithi116.upuqbt (mgr.14180) 489 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:43.022 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:20:43.022 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:20:43.385 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:20:43.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:20:43.017599+0000 mgr.smithi116.upuqbt (mgr.14180) 490 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:43.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:43 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:20:43.017599+0000 mgr.smithi116.upuqbt (mgr.14180) 490 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:44.386 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:20:44.753 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:43.572193+0000 mgr.smithi116.upuqbt (mgr.14180) 491 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:20:44.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:43.572193+0000 mgr.smithi116.upuqbt (mgr.14180) 491 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:20:45.761 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:20:45.762 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:20:46.151 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:20:47.153 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:20:47.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:45.572713+0000 mgr.smithi116.upuqbt (mgr.14180) 492 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:47.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:20:45.756423+0000 mgr.smithi116.upuqbt (mgr.14180) 493 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:47.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:45.572713+0000 mgr.smithi116.upuqbt (mgr.14180) 492 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:47.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:20:45.756423+0000 mgr.smithi116.upuqbt (mgr.14180) 493 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:48.454 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:20:48.454 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:20:48.817 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:20:49.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:47.573487+0000 mgr.smithi116.upuqbt (mgr.14180) 494 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:49.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:47.573487+0000 mgr.smithi116.upuqbt (mgr.14180) 494 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:49.819 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:20:50.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:20:48.448679+0000 mgr.smithi116.upuqbt (mgr.14180) 495 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:50.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:20:48.448679+0000 mgr.smithi116.upuqbt (mgr.14180) 495 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:51.250 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:20:51.250 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:20:51.582 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:49.574302+0000 mgr.smithi116.upuqbt (mgr.14180) 496 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:51.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:20:51.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:49.574302+0000 mgr.smithi116.upuqbt (mgr.14180) 496 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:52.643 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:20:52.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:20:51.245560+0000 mgr.smithi116.upuqbt (mgr.14180) 497 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:52.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:20:51.245560+0000 mgr.smithi116.upuqbt (mgr.14180) 497 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:53.621 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:51.575080+0000 mgr.smithi116.upuqbt (mgr.14180) 498 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:53.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:51.575080+0000 mgr.smithi116.upuqbt (mgr.14180) 498 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:53.989 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:20:53.990 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:20:54.385 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:20:55.386 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:20:55.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:53.575976+0000 mgr.smithi116.upuqbt (mgr.14180) 499 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:20:55.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:20:53.984570+0000 mgr.smithi116.upuqbt (mgr.14180) 500 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:55.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:53.575976+0000 mgr.smithi116.upuqbt (mgr.14180) 499 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:20:55.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:20:53.984570+0000 mgr.smithi116.upuqbt (mgr.14180) 500 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:56.784 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:20:56.784 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:20:57.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:20:57.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:55.576710+0000 mgr.smithi116.upuqbt (mgr.14180) 501 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:57.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:55.576710+0000 mgr.smithi116.upuqbt (mgr.14180) 501 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:58.177 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:20:58.510 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:20:56.779822+0000 mgr.smithi116.upuqbt (mgr.14180) 502 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:58.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:20:56.779822+0000 mgr.smithi116.upuqbt (mgr.14180) 502 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:20:59.540 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:20:59.540 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:20:59.565 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:20:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:57.577403+0000 mgr.smithi116.upuqbt (mgr.14180) 503 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:59.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:20:59 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:57.577403+0000 mgr.smithi116.upuqbt (mgr.14180) 503 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:20:59.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:21:00.927 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:21:01.645 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:20:59.535226+0000 mgr.smithi116.upuqbt (mgr.14180) 504 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:01.645 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:20:59.578214+0000 mgr.smithi116.upuqbt (mgr.14180) 505 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:01.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:20:59.535226+0000 mgr.smithi116.upuqbt (mgr.14180) 504 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:01.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:20:59.578214+0000 mgr.smithi116.upuqbt (mgr.14180) 505 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:02.301 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:21:02.301 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:21:02.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:21:03.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:01.578735+0000 mgr.smithi116.upuqbt (mgr.14180) 506 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:03.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:21:02.296026+0000 mgr.smithi116.upuqbt (mgr.14180) 507 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:03.659 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:21:03.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:03 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:01.578735+0000 mgr.smithi116.upuqbt (mgr.14180) 506 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:03.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:03 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:21:02.296026+0000 mgr.smithi116.upuqbt (mgr.14180) 507 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:04.999 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:21:05.000 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:21:05.375 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:21:05.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:05 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:03.579536+0000 mgr.smithi116.upuqbt (mgr.14180) 508 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:21:05.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:05 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:03.579536+0000 mgr.smithi116.upuqbt (mgr.14180) 508 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:21:06.376 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:21:06.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:21:04.994614+0000 mgr.smithi116.upuqbt (mgr.14180) 509 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:06.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:06 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:21:04.994614+0000 mgr.smithi116.upuqbt (mgr.14180) 509 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:07.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:05.580021+0000 mgr.smithi116.upuqbt (mgr.14180) 510 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:07.743 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:21:07.744 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:21:07.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:07 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:05.580021+0000 mgr.smithi116.upuqbt (mgr.14180) 510 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:08.100 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:21:09.101 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:21:09.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:07.580599+0000 mgr.smithi116.upuqbt (mgr.14180) 511 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:09.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:21:07.738938+0000 mgr.smithi116.upuqbt (mgr.14180) 512 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:09.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:07.580599+0000 mgr.smithi116.upuqbt (mgr.14180) 511 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:09.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:21:07.738938+0000 mgr.smithi116.upuqbt (mgr.14180) 512 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:10.444 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:21:10.444 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:21:10.808 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:21:11.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:09.581262+0000 mgr.smithi116.upuqbt (mgr.14180) 513 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:11.810 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:21:11.844 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:09.581262+0000 mgr.smithi116.upuqbt (mgr.14180) 513 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:12.671 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:21:10.439331+0000 mgr.smithi116.upuqbt (mgr.14180) 514 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:12.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:21:10.439331+0000 mgr.smithi116.upuqbt (mgr.14180) 514 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:13.179 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:21:13.179 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:21:13.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:11.581965+0000 mgr.smithi116.upuqbt (mgr.14180) 515 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:13.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:21:13.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:11.581965+0000 mgr.smithi116.upuqbt (mgr.14180) 515 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:14.586 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:21:14.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:21:13.173846+0000 mgr.smithi116.upuqbt (mgr.14180) 516 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:14.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:21:13.173846+0000 mgr.smithi116.upuqbt (mgr.14180) 516 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:15.626 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:15 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:13.582669+0000 mgr.smithi116.upuqbt (mgr.14180) 517 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:21:15.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:15 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:13.582669+0000 mgr.smithi116.upuqbt (mgr.14180) 517 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:21:15.998 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:21:15.998 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:21:16.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:21:17.373 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:21:17.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:15.583443+0000 mgr.smithi116.upuqbt (mgr.14180) 518 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:17.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:21:15.992840+0000 mgr.smithi116.upuqbt (mgr.14180) 519 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:17.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:15.583443+0000 mgr.smithi116.upuqbt (mgr.14180) 518 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:17.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:21:15.992840+0000 mgr.smithi116.upuqbt (mgr.14180) 519 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:18.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:17.584061+0000 mgr.smithi116.upuqbt (mgr.14180) 520 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:18.724 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:21:18.725 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:21:18.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:17.584061+0000 mgr.smithi116.upuqbt (mgr.14180) 520 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:19.104 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:21:19.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:21:18.719353+0000 mgr.smithi116.upuqbt (mgr.14180) 521 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:19.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:21:18.719353+0000 mgr.smithi116.upuqbt (mgr.14180) 521 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:20.105 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:21:21.430 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:21:21.430 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:21:21.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:19.584962+0000 mgr.smithi116.upuqbt (mgr.14180) 522 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:21.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:19.584962+0000 mgr.smithi116.upuqbt (mgr.14180) 522 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:21.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:21:22.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:21:21.424675+0000 mgr.smithi116.upuqbt (mgr.14180) 523 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:22.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:21:21.424675+0000 mgr.smithi116.upuqbt (mgr.14180) 523 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:22.814 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:21:23.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:23 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:21.585454+0000 mgr.smithi116.upuqbt (mgr.14180) 524 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:23.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:23 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:21.585454+0000 mgr.smithi116.upuqbt (mgr.14180) 524 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:24.190 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:21:24.190 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:21:24.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:21:25.593 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:21:25.627 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:23.586158+0000 mgr.smithi116.upuqbt (mgr.14180) 525 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:21:25.628 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:21:24.184612+0000 mgr.smithi116.upuqbt (mgr.14180) 526 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:25.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:23.586158+0000 mgr.smithi116.upuqbt (mgr.14180) 525 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:21:25.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:21:24.184612+0000 mgr.smithi116.upuqbt (mgr.14180) 526 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:26.972 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:21:26.972 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:21:27.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:21:27.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:27 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:25.586955+0000 mgr.smithi116.upuqbt (mgr.14180) 527 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:27.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:27 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:25.586955+0000 mgr.smithi116.upuqbt (mgr.14180) 527 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:28.354 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:21:28.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:21:26.967129+0000 mgr.smithi116.upuqbt (mgr.14180) 528 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:28.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:21:26.967129+0000 mgr.smithi116.upuqbt (mgr.14180) 528 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:29.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:27.587565+0000 mgr.smithi116.upuqbt (mgr.14180) 529 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:29.668 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:21:29.669 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:21:29.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:27.587565+0000 mgr.smithi116.upuqbt (mgr.14180) 529 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:30.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:21:31.046 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:21:31.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:31 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:29.588256+0000 mgr.smithi116.upuqbt (mgr.14180) 530 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:31.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:31 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:21:29.664100+0000 mgr.smithi116.upuqbt (mgr.14180) 531 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:31.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:31 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:29.588256+0000 mgr.smithi116.upuqbt (mgr.14180) 530 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:31.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:31 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:21:29.664100+0000 mgr.smithi116.upuqbt (mgr.14180) 531 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:32.405 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:21:32.405 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:21:32.786 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:21:33.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:31.588801+0000 mgr.smithi116.upuqbt (mgr.14180) 532 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:33.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:21:32.400129+0000 mgr.smithi116.upuqbt (mgr.14180) 533 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:33.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:31.588801+0000 mgr.smithi116.upuqbt (mgr.14180) 532 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:33.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:21:32.400129+0000 mgr.smithi116.upuqbt (mgr.14180) 533 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:33.787 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:21:35.192 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:21:35.192 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:21:35.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:35 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:33.589599+0000 mgr.smithi116.upuqbt (mgr.14180) 534 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:21:35.586 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:21:35.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:35 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:33.589599+0000 mgr.smithi116.upuqbt (mgr.14180) 534 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:21:36.588 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:21:36.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:21:35.187127+0000 mgr.smithi116.upuqbt (mgr.14180) 535 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:36.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:21:35.187127+0000 mgr.smithi116.upuqbt (mgr.14180) 535 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:37.597 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:35.590197+0000 mgr.smithi116.upuqbt (mgr.14180) 536 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:37.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:37 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:35.590197+0000 mgr.smithi116.upuqbt (mgr.14180) 536 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:37.951 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:21:37.951 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:21:38.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:21:39.337 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:21:39.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:39 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:37.590797+0000 mgr.smithi116.upuqbt (mgr.14180) 537 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:39.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:39 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:21:37.946065+0000 mgr.smithi116.upuqbt (mgr.14180) 538 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:39.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:39 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:37.590797+0000 mgr.smithi116.upuqbt (mgr.14180) 537 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:39.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:39 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:21:37.946065+0000 mgr.smithi116.upuqbt (mgr.14180) 538 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:40.691 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:21:40.691 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:21:41.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:21:41.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:39.591535+0000 mgr.smithi116.upuqbt (mgr.14180) 539 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:41.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:39.591535+0000 mgr.smithi116.upuqbt (mgr.14180) 539 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:42.052 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:21:42.721 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:42 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:21:40.685729+0000 mgr.smithi116.upuqbt (mgr.14180) 540 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:42.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:42 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:21:40.685729+0000 mgr.smithi116.upuqbt (mgr.14180) 540 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:43.418 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:21:43.418 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:21:43.758 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:41.592153+0000 mgr.smithi116.upuqbt (mgr.14180) 541 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:43.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:43 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:41.592153+0000 mgr.smithi116.upuqbt (mgr.14180) 541 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:43.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:21:44.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:21:43.412926+0000 mgr.smithi116.upuqbt (mgr.14180) 542 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:44.794 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:21:44.827 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:21:43.412926+0000 mgr.smithi116.upuqbt (mgr.14180) 542 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:45.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:43.592825+0000 mgr.smithi116.upuqbt (mgr.14180) 543 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:21:45.764 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:43.592825+0000 mgr.smithi116.upuqbt (mgr.14180) 543 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:21:46.135 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:21:46.135 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:08.333513Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:21:46.508 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:21:47.510 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:21:47.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:45.593431+0000 mgr.smithi116.upuqbt (mgr.14180) 544 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:47.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:21:46.130324+0000 mgr.smithi116.upuqbt (mgr.14180) 545 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:47.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:21:46.787364+0000 mon.smithi116 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi195.cwikbm"}]: dispatch 2024-01-21T08:21:47.827 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:45.593431+0000 mgr.smithi116.upuqbt (mgr.14180) 544 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:47.827 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:21:46.130324+0000 mgr.smithi116.upuqbt (mgr.14180) 545 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:47.827 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:21:46.787364+0000 mon.smithi116 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi195.cwikbm"}]: dispatch 2024-01-21T08:21:48.592 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:21:46.786888+0000 mgr.smithi116.upuqbt (mgr.14180) 546 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm 2024-01-21T08:21:48.592 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm 2024-01-21T08:21:48.592 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm 2024-01-21T08:21:48.592 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm 2024-01-21T08:21:48.592 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Deploy daemon haproxy.nfs.foo.smithi195.cwikbm ... 2024-01-21T08:21:48.592 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:21:48.592 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:21:48.592 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:19:54Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:21:48.593 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:20:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:21:48.593 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:21:09Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:21:48.593 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:21:48.593 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:21:48.593 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Traceback (most recent call last): 2024-01-21T08:21:48.593 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:21:48.593 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: yield (conn, connr) 2024-01-21T08:21:48.593 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:21:48.593 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: code, '\n'.join(err))) 2024-01-21T08:21:48.593 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm 2024-01-21T08:21:48.593 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm 2024-01-21T08:21:48.593 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm 2024-01-21T08:21:48.593 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm 2024-01-21T08:21:48.594 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Deploy daemon haproxy.nfs.foo.smithi195.cwikbm ... 2024-01-21T08:21:48.594 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:21:48.594 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:21:48.594 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:19:54Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:21:48.594 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:20:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:21:48.594 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:21:09Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:21:48.594 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:21:48.594 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:21:48.594 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:21:46.787065+0000 mgr.smithi116.upuqbt (mgr.14180) 547 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi195.cwikbm 2024-01-21T08:21:48.594 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:21:46.788016+0000 mgr.smithi116.upuqbt (mgr.14180) 548 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm 2024-01-21T08:21:48.594 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm 2024-01-21T08:21:48.594 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm 2024-01-21T08:21:48.594 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm 2024-01-21T08:21:48.595 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Deploy daemon haproxy.nfs.foo.smithi195.cwikbm ... 2024-01-21T08:21:48.595 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:21:48.595 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:21:48.595 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:19:54Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:21:48.595 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:20:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:21:48.595 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:21:09Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:21:48.595 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:21:48.595 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:21:48.595 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:21:46.789395+0000 mgr.smithi116.upuqbt (mgr.14180) 549 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.physab on smithi116 2024-01-21T08:21:48.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:21:46.786888+0000 mgr.smithi116.upuqbt (mgr.14180) 546 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm 2024-01-21T08:21:48.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm 2024-01-21T08:21:48.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm 2024-01-21T08:21:48.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm 2024-01-21T08:21:48.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Deploy daemon haproxy.nfs.foo.smithi195.cwikbm ... 2024-01-21T08:21:48.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:21:48.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:21:48.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:19:54Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:21:48.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:20:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:21:48.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:21:09Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:21:48.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:21:48.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:21:48.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Traceback (most recent call last): 2024-01-21T08:21:48.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:21:48.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: yield (conn, connr) 2024-01-21T08:21:48.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:21:48.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: code, '\n'.join(err))) 2024-01-21T08:21:48.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm 2024-01-21T08:21:48.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm 2024-01-21T08:21:48.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm 2024-01-21T08:21:48.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm 2024-01-21T08:21:48.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Deploy daemon haproxy.nfs.foo.smithi195.cwikbm ... 2024-01-21T08:21:48.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:21:48.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:21:48.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:19:54Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:21:48.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:20:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:21:48.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:21:09Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:21:48.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:21:48.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:21:48.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:21:46.787065+0000 mgr.smithi116.upuqbt (mgr.14180) 547 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi195.cwikbm 2024-01-21T08:21:48.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:21:46.788016+0000 mgr.smithi116.upuqbt (mgr.14180) 548 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm 2024-01-21T08:21:48.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm 2024-01-21T08:21:48.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm 2024-01-21T08:21:48.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm 2024-01-21T08:21:48.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Deploy daemon haproxy.nfs.foo.smithi195.cwikbm ... 2024-01-21T08:21:48.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:21:48.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:21:48.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:19:54Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:21:48.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:20:31Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:21:48.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:21:09Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:21:48.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:21:48.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:21:48.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:21:46.789395+0000 mgr.smithi116.upuqbt (mgr.14180) 549 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.physab on smithi116 2024-01-21T08:21:48.946 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:21:48.946 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:21:49.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:21:49.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:47.594198+0000 mgr.smithi116.upuqbt (mgr.14180) 550 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:49.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:21:48.941684+0000 mgr.smithi116.upuqbt (mgr.14180) 551 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:49.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:47.594198+0000 mgr.smithi116.upuqbt (mgr.14180) 550 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:49.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:21:48.941684+0000 mgr.smithi116.upuqbt (mgr.14180) 551 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:50.343 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:21:51.642 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:21:51.642 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:21:51.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:49.595227+0000 mgr.smithi116.upuqbt (mgr.14180) 552 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:51.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:49.595227+0000 mgr.smithi116.upuqbt (mgr.14180) 552 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:52.007 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:21:53.008 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:21:53.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:51.595752+0000 mgr.smithi116.upuqbt (mgr.14180) 553 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:53.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:21:51.636591+0000 mgr.smithi116.upuqbt (mgr.14180) 554 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:53.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:51.595752+0000 mgr.smithi116.upuqbt (mgr.14180) 553 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:53.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:21:51.636591+0000 mgr.smithi116.upuqbt (mgr.14180) 554 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:54.331 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:21:54.331 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:21:54.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:21:55.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:53.596462+0000 mgr.smithi116.upuqbt (mgr.14180) 555 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:21:55.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:21:54.326151+0000 mgr.smithi116.upuqbt (mgr.14180) 556 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:55.726 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:21:55.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:53.596462+0000 mgr.smithi116.upuqbt (mgr.14180) 555 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:21:55.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:21:54.326151+0000 mgr.smithi116.upuqbt (mgr.14180) 556 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:57.118 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:21:57.118 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:21:57.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:55.597265+0000 mgr.smithi116.upuqbt (mgr.14180) 557 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:57.507 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:21:57.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:55.597265+0000 mgr.smithi116.upuqbt (mgr.14180) 557 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:58.508 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:21:58.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:21:57.113221+0000 mgr.smithi116.upuqbt (mgr.14180) 558 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:58.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:21:57.113221+0000 mgr.smithi116.upuqbt (mgr.14180) 558 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:21:59.513 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:21:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:57.597946+0000 mgr.smithi116.upuqbt (mgr.14180) 559 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:59.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:21:59 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:57.597946+0000 mgr.smithi116.upuqbt (mgr.14180) 559 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:21:59.883 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:21:59.883 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:22:00.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:22:01.310 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:22:01.633 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:21:59.598695+0000 mgr.smithi116.upuqbt (mgr.14180) 560 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:01.633 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:21:59.878475+0000 mgr.smithi116.upuqbt (mgr.14180) 561 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:01.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:21:59.598695+0000 mgr.smithi116.upuqbt (mgr.14180) 560 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:01.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:21:59.878475+0000 mgr.smithi116.upuqbt (mgr.14180) 561 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:02.666 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:22:02.666 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:22:03.047 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:22:03.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:01.599350+0000 mgr.smithi116.upuqbt (mgr.14180) 562 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:03.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:03 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:01.599350+0000 mgr.smithi116.upuqbt (mgr.14180) 562 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:04.048 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:22:04.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:22:02.661324+0000 mgr.smithi116.upuqbt (mgr.14180) 563 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:04.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:22:02.661324+0000 mgr.smithi116.upuqbt (mgr.14180) 563 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:05.457 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:22:05.457 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:22:05.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:05 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:03.600317+0000 mgr.smithi116.upuqbt (mgr.14180) 564 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:22:05.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:05 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:03.600317+0000 mgr.smithi116.upuqbt (mgr.14180) 564 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:22:05.831 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:22:06.832 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:22:07.759 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:22:05.452097+0000 mgr.smithi116.upuqbt (mgr.14180) 565 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:07.760 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:05.600821+0000 mgr.smithi116.upuqbt (mgr.14180) 566 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:07.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:07 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:22:05.452097+0000 mgr.smithi116.upuqbt (mgr.14180) 565 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:07.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:07 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:05.600821+0000 mgr.smithi116.upuqbt (mgr.14180) 566 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:08.111 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:22:08.112 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:22:08.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:22:09.498 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:22:09.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:07.601389+0000 mgr.smithi116.upuqbt (mgr.14180) 567 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:09.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:22:08.106755+0000 mgr.smithi116.upuqbt (mgr.14180) 568 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:09.848 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:07.601389+0000 mgr.smithi116.upuqbt (mgr.14180) 567 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:09.848 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:22:08.106755+0000 mgr.smithi116.upuqbt (mgr.14180) 568 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:10.942 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:22:10.942 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:22:11.314 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:22:11.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:09.602140+0000 mgr.smithi116.upuqbt (mgr.14180) 569 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:11.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:09.602140+0000 mgr.smithi116.upuqbt (mgr.14180) 569 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:12.315 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:22:12.632 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:22:10.937402+0000 mgr.smithi116.upuqbt (mgr.14180) 570 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:12.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:22:10.937402+0000 mgr.smithi116.upuqbt (mgr.14180) 570 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:13.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:11.602707+0000 mgr.smithi116.upuqbt (mgr.14180) 571 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:13.659 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:22:13.659 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:22:13.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:11.602707+0000 mgr.smithi116.upuqbt (mgr.14180) 571 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:14.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:22:15.039 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:22:15.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:15 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:13.603396+0000 mgr.smithi116.upuqbt (mgr.14180) 572 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:22:15.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:15 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:22:13.654666+0000 mgr.smithi116.upuqbt (mgr.14180) 573 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:15.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:15 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:13.603396+0000 mgr.smithi116.upuqbt (mgr.14180) 572 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:22:15.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:15 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:22:13.654666+0000 mgr.smithi116.upuqbt (mgr.14180) 573 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:16.395 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:22:16.395 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:22:16.754 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:22:17.755 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:22:17.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:15.603909+0000 mgr.smithi116.upuqbt (mgr.14180) 574 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:17.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:22:16.389969+0000 mgr.smithi116.upuqbt (mgr.14180) 575 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:17.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:15.603909+0000 mgr.smithi116.upuqbt (mgr.14180) 574 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:17.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:22:16.389969+0000 mgr.smithi116.upuqbt (mgr.14180) 575 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:19.088 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:22:19.089 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:22:19.539 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:22:19.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:17.604465+0000 mgr.smithi116.upuqbt (mgr.14180) 576 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:19.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:17.604465+0000 mgr.smithi116.upuqbt (mgr.14180) 576 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:20.539 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:22:20.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:22:19.083549+0000 mgr.smithi116.upuqbt (mgr.14180) 577 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:20.890 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:22:19.083549+0000 mgr.smithi116.upuqbt (mgr.14180) 577 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:21.591 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:19.605163+0000 mgr.smithi116.upuqbt (mgr.14180) 578 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:21.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:19.605163+0000 mgr.smithi116.upuqbt (mgr.14180) 578 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:21.982 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:22:21.982 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:22:22.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:22:22.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:21.605726+0000 mgr.smithi116.upuqbt (mgr.14180) 579 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:22.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:22:21.977088+0000 mgr.smithi116.upuqbt (mgr.14180) 580 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:22.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:21.605726+0000 mgr.smithi116.upuqbt (mgr.14180) 579 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:22.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:22:21.977088+0000 mgr.smithi116.upuqbt (mgr.14180) 580 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:23.354 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:22:24.724 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:22:24.724 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:22:25.010 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:23.606377+0000 mgr.smithi116.upuqbt (mgr.14180) 581 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:22:25.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:23.606377+0000 mgr.smithi116.upuqbt (mgr.14180) 581 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:22:25.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:22:26.086 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:22:26.645 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:22:24.718800+0000 mgr.smithi116.upuqbt (mgr.14180) 582 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:26.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:22:24.718800+0000 mgr.smithi116.upuqbt (mgr.14180) 582 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:27.529 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:22:27.529 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:22:27.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:27 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:25.606875+0000 mgr.smithi116.upuqbt (mgr.14180) 583 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:27.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:27 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:25.606875+0000 mgr.smithi116.upuqbt (mgr.14180) 583 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:27.911 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:22:28.911 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:22:29.589 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:22:27.523909+0000 mgr.smithi116.upuqbt (mgr.14180) 584 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:29.589 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:27.607468+0000 mgr.smithi116.upuqbt (mgr.14180) 585 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:29.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:22:27.523909+0000 mgr.smithi116.upuqbt (mgr.14180) 584 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:29.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:27.607468+0000 mgr.smithi116.upuqbt (mgr.14180) 585 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:30.313 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:22:30.313 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:22:30.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:22:31.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:31 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:29.608282+0000 mgr.smithi116.upuqbt (mgr.14180) 586 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:31.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:31 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:22:30.308544+0000 mgr.smithi116.upuqbt (mgr.14180) 587 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:31.696 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:22:31.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:31 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:29.608282+0000 mgr.smithi116.upuqbt (mgr.14180) 586 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:31.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:31 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:22:30.308544+0000 mgr.smithi116.upuqbt (mgr.14180) 587 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:33.046 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:22:33.046 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:22:33.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:22:33.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:31.609019+0000 mgr.smithi116.upuqbt (mgr.14180) 588 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:33.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:31.609019+0000 mgr.smithi116.upuqbt (mgr.14180) 588 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:34.419 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:22:34.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:22:33.040597+0000 mgr.smithi116.upuqbt (mgr.14180) 589 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:34.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:34 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:22:33.040597+0000 mgr.smithi116.upuqbt (mgr.14180) 589 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:35.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:35 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:33.609705+0000 mgr.smithi116.upuqbt (mgr.14180) 590 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:22:35.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:35 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:33.609705+0000 mgr.smithi116.upuqbt (mgr.14180) 590 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:22:35.794 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:22:35.794 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:22:36.177 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:22:37.178 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:22:37.682 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:35.610239+0000 mgr.smithi116.upuqbt (mgr.14180) 591 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:37.682 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:22:35.789168+0000 mgr.smithi116.upuqbt (mgr.14180) 592 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:37.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:37 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:35.610239+0000 mgr.smithi116.upuqbt (mgr.14180) 591 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:37.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:37 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:22:35.789168+0000 mgr.smithi116.upuqbt (mgr.14180) 592 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:38.548 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:22:38.548 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:22:38.958 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:22:39.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:39 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:37.610829+0000 mgr.smithi116.upuqbt (mgr.14180) 593 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:39.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:39 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:37.610829+0000 mgr.smithi116.upuqbt (mgr.14180) 593 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:39.959 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:22:40.589 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:40 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:22:38.543216+0000 mgr.smithi116.upuqbt (mgr.14180) 594 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:40.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:40 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:22:38.543216+0000 mgr.smithi116.upuqbt (mgr.14180) 594 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:41.319 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:22:41.319 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:22:41.624 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:39.611741+0000 mgr.smithi116.upuqbt (mgr.14180) 595 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:41.691 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:22:41.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:39.611741+0000 mgr.smithi116.upuqbt (mgr.14180) 595 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:42.692 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:22:42.724 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:42 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:22:41.313602+0000 mgr.smithi116.upuqbt (mgr.14180) 596 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:42.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:42 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:22:41.313602+0000 mgr.smithi116.upuqbt (mgr.14180) 596 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:43.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:41.612320+0000 mgr.smithi116.upuqbt (mgr.14180) 597 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:43.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:43 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:41.612320+0000 mgr.smithi116.upuqbt (mgr.14180) 597 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:44.060 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:22:44.060 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:22:44.442 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:22:45.443 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:22:45.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:43.613156+0000 mgr.smithi116.upuqbt (mgr.14180) 598 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:22:45.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:22:44.054868+0000 mgr.smithi116.upuqbt (mgr.14180) 599 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:45.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:43.613156+0000 mgr.smithi116.upuqbt (mgr.14180) 598 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:22:45.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:22:44.054868+0000 mgr.smithi116.upuqbt (mgr.14180) 599 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:46.737 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:22:46.738 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:22:47.091 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:22:47.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:45.613971+0000 mgr.smithi116.upuqbt (mgr.14180) 600 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:47.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:45.613971+0000 mgr.smithi116.upuqbt (mgr.14180) 600 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:48.092 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:22:48.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:22:46.732204+0000 mgr.smithi116.upuqbt (mgr.14180) 601 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:48.807 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:22:46.732204+0000 mgr.smithi116.upuqbt (mgr.14180) 601 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:49.479 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:22:49.479 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:22:49.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:47.614749+0000 mgr.smithi116.upuqbt (mgr.14180) 602 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:49.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:47.614749+0000 mgr.smithi116.upuqbt (mgr.14180) 602 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:49.857 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:22:50.857 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:22:51.562 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:22:49.474106+0000 mgr.smithi116.upuqbt (mgr.14180) 603 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:51.562 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:49.615530+0000 mgr.smithi116.upuqbt (mgr.14180) 604 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:51.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:22:49.474106+0000 mgr.smithi116.upuqbt (mgr.14180) 603 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:51.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:49.615530+0000 mgr.smithi116.upuqbt (mgr.14180) 604 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:52.300 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:22:52.300 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:22:52.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:22:53.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:51.616016+0000 mgr.smithi116.upuqbt (mgr.14180) 605 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:53.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:22:52.295113+0000 mgr.smithi116.upuqbt (mgr.14180) 606 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:53.700 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:22:53.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:51.616016+0000 mgr.smithi116.upuqbt (mgr.14180) 605 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:53.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:22:52.295113+0000 mgr.smithi116.upuqbt (mgr.14180) 606 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:55.047 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:22:55.048 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:22:55.431 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:22:55.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:53.617016+0000 mgr.smithi116.upuqbt (mgr.14180) 607 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:22:55.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:53.617016+0000 mgr.smithi116.upuqbt (mgr.14180) 607 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:22:56.432 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:22:56.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:22:55.042411+0000 mgr.smithi116.upuqbt (mgr.14180) 608 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:56.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:22:55.042411+0000 mgr.smithi116.upuqbt (mgr.14180) 608 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:57.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:55.617490+0000 mgr.smithi116.upuqbt (mgr.14180) 609 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:57.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:55.617490+0000 mgr.smithi116.upuqbt (mgr.14180) 609 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:57.776 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:22:57.777 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:22:58.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:22:59.140 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:22:59.474 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:57.618093+0000 mgr.smithi116.upuqbt (mgr.14180) 610 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:59.475 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:22:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:22:57.771802+0000 mgr.smithi116.upuqbt (mgr.14180) 611 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:22:59.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:59 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:57.618093+0000 mgr.smithi116.upuqbt (mgr.14180) 610 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:22:59.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:22:59 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:22:57.771802+0000 mgr.smithi116.upuqbt (mgr.14180) 611 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:00.497 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:23:00.498 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:23:00.864 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:23:01.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:22:59.618816+0000 mgr.smithi116.upuqbt (mgr.14180) 612 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:01.865 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:23:01.900 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:22:59.618816+0000 mgr.smithi116.upuqbt (mgr.14180) 612 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:02.560 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:02 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:23:00.492999+0000 mgr.smithi116.upuqbt (mgr.14180) 613 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:02.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:23:00.492999+0000 mgr.smithi116.upuqbt (mgr.14180) 613 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:03.275 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:23:03.275 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:23:03.570 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:01.619479+0000 mgr.smithi116.upuqbt (mgr.14180) 614 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:03.647 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:23:03.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:03 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:01.619479+0000 mgr.smithi116.upuqbt (mgr.14180) 614 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:04.648 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:23:04.682 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:23:03.269642+0000 mgr.smithi116.upuqbt (mgr.14180) 615 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:04.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:23:03.269642+0000 mgr.smithi116.upuqbt (mgr.14180) 615 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:05.709 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:05 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:03.620343+0000 mgr.smithi116.upuqbt (mgr.14180) 616 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:23:05.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:05 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:03.620343+0000 mgr.smithi116.upuqbt (mgr.14180) 616 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:23:06.076 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:23:06.076 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:23:06.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:23:07.481 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:23:07.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:07 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:05.620869+0000 mgr.smithi116.upuqbt (mgr.14180) 617 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:07.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:07 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:23:06.071122+0000 mgr.smithi116.upuqbt (mgr.14180) 618 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:07.816 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:05.620869+0000 mgr.smithi116.upuqbt (mgr.14180) 617 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:07.817 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:23:06.071122+0000 mgr.smithi116.upuqbt (mgr.14180) 618 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:08.851 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:23:08.851 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:23:09.229 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:23:09.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:07.621487+0000 mgr.smithi116.upuqbt (mgr.14180) 619 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:09.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:07.621487+0000 mgr.smithi116.upuqbt (mgr.14180) 619 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:10.231 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:23:10.557 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:23:08.845543+0000 mgr.smithi116.upuqbt (mgr.14180) 620 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:10.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:23:08.845543+0000 mgr.smithi116.upuqbt (mgr.14180) 620 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:11.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:09.622382+0000 mgr.smithi116.upuqbt (mgr.14180) 621 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:11.655 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:23:11.655 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:23:11.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:09.622382+0000 mgr.smithi116.upuqbt (mgr.14180) 621 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:12.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:23:13.039 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:23:13.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:11.622995+0000 mgr.smithi116.upuqbt (mgr.14180) 622 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:13.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:23:11.650490+0000 mgr.smithi116.upuqbt (mgr.14180) 623 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:13.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:11.622995+0000 mgr.smithi116.upuqbt (mgr.14180) 622 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:13.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:23:11.650490+0000 mgr.smithi116.upuqbt (mgr.14180) 623 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:14.381 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:23:14.381 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:23:14.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:23:15.753 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:23:15.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:15 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:13.623806+0000 mgr.smithi116.upuqbt (mgr.14180) 624 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:23:15.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:15 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:23:14.376039+0000 mgr.smithi116.upuqbt (mgr.14180) 625 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:15.787 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:15 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:13.623806+0000 mgr.smithi116.upuqbt (mgr.14180) 624 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:23:15.787 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:15 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:23:14.376039+0000 mgr.smithi116.upuqbt (mgr.14180) 625 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:16.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:15.624584+0000 mgr.smithi116.upuqbt (mgr.14180) 626 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:16.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:15.624584+0000 mgr.smithi116.upuqbt (mgr.14180) 626 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:17.170 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:23:17.170 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:23:17.553 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:23:17.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:23:17.164942+0000 mgr.smithi116.upuqbt (mgr.14180) 627 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:17.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:23:17.164942+0000 mgr.smithi116.upuqbt (mgr.14180) 627 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:18.554 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:23:18.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:17.625197+0000 mgr.smithi116.upuqbt (mgr.14180) 628 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:18.879 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:17.625197+0000 mgr.smithi116.upuqbt (mgr.14180) 628 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:19.915 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:23:19.915 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:23:20.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:23:21.348 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:23:21.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:19.626078+0000 mgr.smithi116.upuqbt (mgr.14180) 629 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:21.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:23:19.910286+0000 mgr.smithi116.upuqbt (mgr.14180) 630 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:21.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:19.626078+0000 mgr.smithi116.upuqbt (mgr.14180) 629 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:21.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:23:19.910286+0000 mgr.smithi116.upuqbt (mgr.14180) 630 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:22.657 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:23:22.657 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:23:23.027 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:23:23.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:23 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:21.626815+0000 mgr.smithi116.upuqbt (mgr.14180) 631 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:23.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:23 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:21.626815+0000 mgr.smithi116.upuqbt (mgr.14180) 631 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:24.029 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:23:24.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:23:22.652445+0000 mgr.smithi116.upuqbt (mgr.14180) 632 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:24.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:23:22.652445+0000 mgr.smithi116.upuqbt (mgr.14180) 632 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:25.389 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:23:25.389 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:23:25.725 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:23.627699+0000 mgr.smithi116.upuqbt (mgr.14180) 633 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:23:25.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:23.627699+0000 mgr.smithi116.upuqbt (mgr.14180) 633 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:23:25.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:23:26.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:23:25.383922+0000 mgr.smithi116.upuqbt (mgr.14180) 634 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:26.770 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:23:26.804 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:23:25.383922+0000 mgr.smithi116.upuqbt (mgr.14180) 634 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:27.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:27 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:25.628316+0000 mgr.smithi116.upuqbt (mgr.14180) 635 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:27.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:27 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:25.628316+0000 mgr.smithi116.upuqbt (mgr.14180) 635 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:28.095 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:23:28.096 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:23:28.477 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:23:29.478 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:23:29.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:27.628903+0000 mgr.smithi116.upuqbt (mgr.14180) 636 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:29.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:23:28.090686+0000 mgr.smithi116.upuqbt (mgr.14180) 637 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:29.820 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:27.628903+0000 mgr.smithi116.upuqbt (mgr.14180) 636 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:29.821 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:23:28.090686+0000 mgr.smithi116.upuqbt (mgr.14180) 637 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:30.853 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:23:30.853 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:23:31.277 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:23:31.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:31 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:29.629668+0000 mgr.smithi116.upuqbt (mgr.14180) 638 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:31.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:31 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:29.629668+0000 mgr.smithi116.upuqbt (mgr.14180) 638 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:32.279 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:23:32.603 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:23:30.848086+0000 mgr.smithi116.upuqbt (mgr.14180) 639 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:32.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:23:30.848086+0000 mgr.smithi116.upuqbt (mgr.14180) 639 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:33.650 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:23:33.650 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:23:33.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:31.630382+0000 mgr.smithi116.upuqbt (mgr.14180) 640 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:33.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:31.630382+0000 mgr.smithi116.upuqbt (mgr.14180) 640 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:34.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:23:35.035 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:23:35.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:35 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:33.631065+0000 mgr.smithi116.upuqbt (mgr.14180) 641 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:23:35.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:35 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:23:33.645375+0000 mgr.smithi116.upuqbt (mgr.14180) 642 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:35.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:35 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:33.631065+0000 mgr.smithi116.upuqbt (mgr.14180) 641 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:23:35.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:35 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:23:33.645375+0000 mgr.smithi116.upuqbt (mgr.14180) 642 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:36.383 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:23:36.383 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:23:36.758 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:23:37.760 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:23:37.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:37 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:35.631695+0000 mgr.smithi116.upuqbt (mgr.14180) 643 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:37.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:37 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:23:36.378218+0000 mgr.smithi116.upuqbt (mgr.14180) 644 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:37.791 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:35.631695+0000 mgr.smithi116.upuqbt (mgr.14180) 643 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:37.791 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:23:36.378218+0000 mgr.smithi116.upuqbt (mgr.14180) 644 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:39.109 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:23:39.109 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:23:39.476 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:23:39.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:39 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:37.632260+0000 mgr.smithi116.upuqbt (mgr.14180) 645 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:39.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:39 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:37.632260+0000 mgr.smithi116.upuqbt (mgr.14180) 645 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:40.477 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:23:40.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:40 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:23:39.103921+0000 mgr.smithi116.upuqbt (mgr.14180) 646 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:40.810 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:40 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:23:39.103921+0000 mgr.smithi116.upuqbt (mgr.14180) 646 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:41.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:39.633084+0000 mgr.smithi116.upuqbt (mgr.14180) 647 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:41.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:39.633084+0000 mgr.smithi116.upuqbt (mgr.14180) 647 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:42.069 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:23:42.069 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:23:42.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:23:43.442 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:23:43.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:43 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:41.633647+0000 mgr.smithi116.upuqbt (mgr.14180) 648 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:43.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:43 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:23:42.064373+0000 mgr.smithi116.upuqbt (mgr.14180) 649 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:43.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:41.633647+0000 mgr.smithi116.upuqbt (mgr.14180) 648 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:43.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:23:42.064373+0000 mgr.smithi116.upuqbt (mgr.14180) 649 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:44.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:43.634280+0000 mgr.smithi116.upuqbt (mgr.14180) 650 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:23:44.788 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:23:44.788 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:23:44.809 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:43.634280+0000 mgr.smithi116.upuqbt (mgr.14180) 650 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:23:45.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:23:46.132 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:23:46.509 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:23:44.782757+0000 mgr.smithi116.upuqbt (mgr.14180) 651 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:46.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:23:44.782757+0000 mgr.smithi116.upuqbt (mgr.14180) 651 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:47.559 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:23:47.559 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:23:47.711 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:45.635069+0000 mgr.smithi116.upuqbt (mgr.14180) 652 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:47.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:45.635069+0000 mgr.smithi116.upuqbt (mgr.14180) 652 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:47.932 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:23:48.933 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:23:49.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:23:47.553618+0000 mgr.smithi116.upuqbt (mgr.14180) 653 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:49.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:47.635864+0000 mgr.smithi116.upuqbt (mgr.14180) 654 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:49.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:23:47.553618+0000 mgr.smithi116.upuqbt (mgr.14180) 653 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:49.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:47.635864+0000 mgr.smithi116.upuqbt (mgr.14180) 654 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:50.306 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:23:50.306 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:23:50.723 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:23:51.725 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:23:51.756 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:49.636706+0000 mgr.smithi116.upuqbt (mgr.14180) 655 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:51.757 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:23:50.301153+0000 mgr.smithi116.upuqbt (mgr.14180) 656 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:51.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:49.636706+0000 mgr.smithi116.upuqbt (mgr.14180) 655 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:51.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:23:50.301153+0000 mgr.smithi116.upuqbt (mgr.14180) 656 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:53.076 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:23:53.076 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:23:53.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:23:53.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:51.637300+0000 mgr.smithi116.upuqbt (mgr.14180) 657 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:53.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:51.637300+0000 mgr.smithi116.upuqbt (mgr.14180) 657 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:54.458 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:23:54.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:23:53.070572+0000 mgr.smithi116.upuqbt (mgr.14180) 658 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:54.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:23:53.070572+0000 mgr.smithi116.upuqbt (mgr.14180) 658 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:55.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:53.638045+0000 mgr.smithi116.upuqbt (mgr.14180) 659 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:23:55.753 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:23:55.753 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:23:55.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:53.638045+0000 mgr.smithi116.upuqbt (mgr.14180) 659 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:23:56.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:23:57.132 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:23:57.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:55.638580+0000 mgr.smithi116.upuqbt (mgr.14180) 660 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:57.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:23:55.748337+0000 mgr.smithi116.upuqbt (mgr.14180) 661 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:57.809 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:55.638580+0000 mgr.smithi116.upuqbt (mgr.14180) 660 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:57.809 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:23:55.748337+0000 mgr.smithi116.upuqbt (mgr.14180) 661 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:23:58.490 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:23:58.490 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:23:58.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:23:59.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:23:59 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:57.639155+0000 mgr.smithi116.upuqbt (mgr.14180) 662 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:23:59.882 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:23:59.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:23:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:57.639155+0000 mgr.smithi116.upuqbt (mgr.14180) 662 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:00.642 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:23:58.484419+0000 mgr.smithi116.upuqbt (mgr.14180) 663 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:00.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:23:58.484419+0000 mgr.smithi116.upuqbt (mgr.14180) 663 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:01.307 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:24:01.307 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:24:01.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:23:59.640067+0000 mgr.smithi116.upuqbt (mgr.14180) 664 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:01.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:24:01.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:23:59.640067+0000 mgr.smithi116.upuqbt (mgr.14180) 664 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:02.748 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:24:02.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:01.301003+0000 mgr.smithi116.upuqbt (mgr.14180) 665 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:02.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:02 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:01.301003+0000 mgr.smithi116.upuqbt (mgr.14180) 665 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:03.742 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:01.640882+0000 mgr.smithi116.upuqbt (mgr.14180) 666 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:03.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:03 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:01.640882+0000 mgr.smithi116.upuqbt (mgr.14180) 666 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:04.108 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:24:04.108 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:24:04.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:24:04.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:03.641577+0000 mgr.smithi116.upuqbt (mgr.14180) 667 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:24:04.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:04.103043+0000 mgr.smithi116.upuqbt (mgr.14180) 668 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:04.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:03.641577+0000 mgr.smithi116.upuqbt (mgr.14180) 667 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:24:04.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:04.103043+0000 mgr.smithi116.upuqbt (mgr.14180) 668 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:05.488 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:24:06.815 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:24:06.815 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:24:07.197 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:24:07.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:07 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:05.642138+0000 mgr.smithi116.upuqbt (mgr.14180) 669 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:07.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:05.642138+0000 mgr.smithi116.upuqbt (mgr.14180) 669 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:08.198 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:24:08.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:06.809856+0000 mgr.smithi116.upuqbt (mgr.14180) 670 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:08.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:06.809856+0000 mgr.smithi116.upuqbt (mgr.14180) 670 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:09.564 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:24:09.564 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:24:09.587 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:07.643242+0000 mgr.smithi116.upuqbt (mgr.14180) 671 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:09.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:07.643242+0000 mgr.smithi116.upuqbt (mgr.14180) 671 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:09.953 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:24:10.955 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:24:11.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:09.558974+0000 mgr.smithi116.upuqbt (mgr.14180) 672 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:11.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:09.644007+0000 mgr.smithi116.upuqbt (mgr.14180) 673 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:11.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:09.558974+0000 mgr.smithi116.upuqbt (mgr.14180) 672 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:11.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:09.644007+0000 mgr.smithi116.upuqbt (mgr.14180) 673 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:12.336 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:24:12.337 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:24:12.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:24:13.746 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:24:13.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:11.644648+0000 mgr.smithi116.upuqbt (mgr.14180) 674 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:13.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:12.331532+0000 mgr.smithi116.upuqbt (mgr.14180) 675 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:13.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:11.644648+0000 mgr.smithi116.upuqbt (mgr.14180) 674 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:13.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:12.331532+0000 mgr.smithi116.upuqbt (mgr.14180) 675 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:15.096 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:24:15.096 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:14.575940Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:16:44.053069Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.frtlem on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-frtlem\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.frtlem\nDeploy daemon haproxy.nfs.foo.smithi195.frtlem ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:14:51Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:15:29Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:16:06Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.206354Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyszcx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-cyszcx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.cyszcx\nDeploy daemon haproxy.nfs.foo.smithi116.cyszcx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:17:58Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:18:35Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:19:13.210757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.kojssz on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:14.576085Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:14.576157Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:14.576222Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:14.576321Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:14.576793Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:24:15.439 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:24:15.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:15 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:13.645568+0000 mgr.smithi116.upuqbt (mgr.14180) 676 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:24:15.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:15 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:13.645568+0000 mgr.smithi116.upuqbt (mgr.14180) 676 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:24:16.439 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:24:16.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:15.091238+0000 mgr.smithi116.upuqbt (mgr.14180) 677 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:16.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:15.997228+0000 mon.smithi116 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.physab"}]: dispatch 2024-01-21T08:24:16.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:16.004484+0000 mon.smithi116 (mon.0) 671 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:24:16.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:16.236296+0000 mon.smithi116 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:24:16.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:16.247673+0000 mon.smithi116 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:24:16.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:15.091238+0000 mgr.smithi116.upuqbt (mgr.14180) 677 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:16.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:15.997228+0000 mon.smithi116 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.physab"}]: dispatch 2024-01-21T08:24:16.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:16.004484+0000 mon.smithi116 (mon.0) 671 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:24:16.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:16.236296+0000 mon.smithi116 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:24:16.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:16.247673+0000 mon.smithi116 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:24:17.713 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:15.646166+0000 mgr.smithi116.upuqbt (mgr.14180) 678 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:17.713 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:24:15.996713+0000 mgr.smithi116.upuqbt (mgr.14180) 679 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab 2024-01-21T08:24:17.713 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab 2024-01-21T08:24:17.713 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab 2024-01-21T08:24:17.713 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab 2024-01-21T08:24:17.713 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Deploy daemon haproxy.nfs.foo.smithi116.physab ... 2024-01-21T08:24:17.714 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:24:17.714 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:24:17.714 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:22:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:24:17.714 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:23:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:24:17.714 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:23:38Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:24:17.714 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:24:17.714 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:24:17.714 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Traceback (most recent call last): 2024-01-21T08:24:17.714 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:24:17.714 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: yield (conn, connr) 2024-01-21T08:24:17.714 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:24:17.714 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: code, '\n'.join(err))) 2024-01-21T08:24:17.714 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab 2024-01-21T08:24:17.715 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab 2024-01-21T08:24:17.715 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab 2024-01-21T08:24:17.715 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab 2024-01-21T08:24:17.715 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Deploy daemon haproxy.nfs.foo.smithi116.physab ... 2024-01-21T08:24:17.715 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:24:17.715 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:24:17.715 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:22:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:24:17.715 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:23:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:24:17.715 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:23:38Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:24:17.715 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:24:17.715 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:24:17.715 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:24:15.996910+0000 mgr.smithi116.upuqbt (mgr.14180) 680 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.physab 2024-01-21T08:24:17.715 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:24:15.997799+0000 mgr.smithi116.upuqbt (mgr.14180) 681 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab 2024-01-21T08:24:17.716 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab 2024-01-21T08:24:17.716 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab 2024-01-21T08:24:17.716 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab 2024-01-21T08:24:17.716 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Deploy daemon haproxy.nfs.foo.smithi116.physab ... 2024-01-21T08:24:17.716 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:24:17.716 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:24:17.716 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:22:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:24:17.716 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:23:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:24:17.716 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:23:38Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:24:17.716 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:24:17.716 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:24:17.716 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:24:15.998984+0000 mgr.smithi116.upuqbt (mgr.14180) 682 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:24:17.717 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:24:15.999994+0000 mgr.smithi116.upuqbt (mgr.14180) 683 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:24:17.717 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:16.001030+0000 mgr.smithi116.upuqbt (mgr.14180) 684 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-21T08:24:17.717 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:16.430816+0000 mon.smithi116 (mon.0) 674 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:24:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:15.646166+0000 mgr.smithi116.upuqbt (mgr.14180) 678 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:24:15.996713+0000 mgr.smithi116.upuqbt (mgr.14180) 679 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab 2024-01-21T08:24:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab 2024-01-21T08:24:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab 2024-01-21T08:24:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab 2024-01-21T08:24:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Deploy daemon haproxy.nfs.foo.smithi116.physab ... 2024-01-21T08:24:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:24:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:24:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:22:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:24:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:23:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:24:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:23:38Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:24:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:24:17.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:24:17.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Traceback (most recent call last): 2024-01-21T08:24:17.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:24:17.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: yield (conn, connr) 2024-01-21T08:24:17.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:24:17.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: code, '\n'.join(err))) 2024-01-21T08:24:17.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab 2024-01-21T08:24:17.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab 2024-01-21T08:24:17.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab 2024-01-21T08:24:17.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab 2024-01-21T08:24:17.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Deploy daemon haproxy.nfs.foo.smithi116.physab ... 2024-01-21T08:24:17.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:24:17.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:24:17.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:22:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:24:17.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:23:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:24:17.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:23:38Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:24:17.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:24:17.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:24:17.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:24:15.996910+0000 mgr.smithi116.upuqbt (mgr.14180) 680 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.physab 2024-01-21T08:24:17.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:24:15.997799+0000 mgr.smithi116.upuqbt (mgr.14180) 681 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab 2024-01-21T08:24:17.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab 2024-01-21T08:24:17.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab 2024-01-21T08:24:17.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab 2024-01-21T08:24:17.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Deploy daemon haproxy.nfs.foo.smithi116.physab ... 2024-01-21T08:24:17.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:24:17.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:24:17.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:22:23Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:24:17.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:23:01Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:24:17.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:23:38Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:24:17.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:24:17.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:24:17.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:24:15.998984+0000 mgr.smithi116.upuqbt (mgr.14180) 682 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:24:17.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:24:15.999994+0000 mgr.smithi116.upuqbt (mgr.14180) 683 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:24:17.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:16.001030+0000 mgr.smithi116.upuqbt (mgr.14180) 684 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-21T08:24:17.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:16.430816+0000 mon.smithi116 (mon.0) 674 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:24:18.100 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:24:18.100 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:19:16.992142Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:19:16.992207Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:19:16.992269Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:19:16.992073Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:19:16.991937Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:19:16.992781Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:19:16.992329Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:19:16.992448Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:19:16.992389Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:19:16.992718Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:24:18.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:24:18.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:17.638283+0000 mon.smithi116 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:24:18.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:17.907015+0000 mon.smithi116 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:18.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:17.907608+0000 mon.smithi116 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:18.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:17.908142+0000 mon.smithi116 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:18.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:17.908645+0000 mon.smithi116 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:18.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:24:17.909053+0000 mgr.smithi116.upuqbt (mgr.14180) 685 : cephadm [INF] Adjusting osd_memory_target on smithi195 to 3736M 2024-01-21T08:24:18.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:17.912778+0000 mon.smithi116 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:24:18.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:18.001889+0000 mgr.smithi116.upuqbt (mgr.14180) 686 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-21T08:24:18.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:18.093916+0000 mgr.smithi116.upuqbt (mgr.14180) 687 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:19.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:17.638283+0000 mon.smithi116 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:24:19.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:17.907015+0000 mon.smithi116 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:19.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:17.907608+0000 mon.smithi116 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:19.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:17.908142+0000 mon.smithi116 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:19.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:17.908645+0000 mon.smithi116 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:19.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:24:17.909053+0000 mgr.smithi116.upuqbt (mgr.14180) 685 : cephadm [INF] Adjusting osd_memory_target on smithi195 to 3736M 2024-01-21T08:24:19.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:17.912778+0000 mon.smithi116 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:24:19.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:18.001889+0000 mgr.smithi116.upuqbt (mgr.14180) 686 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-21T08:24:19.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:18.093916+0000 mgr.smithi116.upuqbt (mgr.14180) 687 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:19.638 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:24:21.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:20.002498+0000 mgr.smithi116.upuqbt (mgr.14180) 688 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-21T08:24:21.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:20.010475+0000 mon.smithi116 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:24:21.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:20.307562+0000 mon.smithi116 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:21.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:20.308154+0000 mon.smithi116 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:21.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:20.308658+0000 mon.smithi116 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:21.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:20.309289+0000 mon.smithi116 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:21.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:24:20.309794+0000 mgr.smithi116.upuqbt (mgr.14180) 689 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 2712M 2024-01-21T08:24:21.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:20.314558+0000 mon.smithi116 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:24:21.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:20.315488+0000 mon.smithi116 (mon.0) 687 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:24:21.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:20.316073+0000 mon.smithi116 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:24:21.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:24:20.319165+0000 mgr.smithi116.upuqbt (mgr.14180) 690 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T08:24:21.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:20.477175+0000 mon.smithi116 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:24:21.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:20.481760+0000 mon.smithi116 (mon.0) 690 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:24:21.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:20.488756+0000 mon.smithi116 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:24:21.156 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:20.941789+0000 mon.smithi116 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:24:21.203 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:24:21.203 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:24:21.262 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:20.002498+0000 mgr.smithi116.upuqbt (mgr.14180) 688 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-21T08:24:21.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:20.010475+0000 mon.smithi116 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:24:21.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:20.307562+0000 mon.smithi116 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:21.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:20.308154+0000 mon.smithi116 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:21.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:20.308658+0000 mon.smithi116 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:21.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:20.309289+0000 mon.smithi116 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:24:21.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:24:20.309794+0000 mgr.smithi116.upuqbt (mgr.14180) 689 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 2712M 2024-01-21T08:24:21.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:20.314558+0000 mon.smithi116 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:24:21.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:20.315488+0000 mon.smithi116 (mon.0) 687 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:24:21.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:20.316073+0000 mon.smithi116 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:24:21.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:24:20.319165+0000 mgr.smithi116.upuqbt (mgr.14180) 690 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-21T08:24:21.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:20.477175+0000 mon.smithi116 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:24:21.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:20.481760+0000 mon.smithi116 (mon.0) 690 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:24:21.263 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:20.488756+0000 mon.smithi116 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:24:21.264 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:20.941789+0000 mon.smithi116 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:24:21.569 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:24:22.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:20.477745+0000 mgr.smithi116.upuqbt (mgr.14180) 691 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-01-21T08:24:22.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:24:20.490906+0000 mgr.smithi116.upuqbt (mgr.14180) 692 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi195.iuusxl on smithi195 2024-01-21T08:24:22.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:21.198266+0000 mgr.smithi116.upuqbt (mgr.14180) 693 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:22.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:21.475521+0000 mon.smithi116 (mon.0) 693 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:24:22.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:21.475571+0000 mon.smithi116 (mon.0) 694 : cluster [INF] Cluster is now healthy 2024-01-21T08:24:22.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:20.477745+0000 mgr.smithi116.upuqbt (mgr.14180) 691 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 B/s rd, 0 op/s 2024-01-21T08:24:22.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:24:20.490906+0000 mgr.smithi116.upuqbt (mgr.14180) 692 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi195.iuusxl on smithi195 2024-01-21T08:24:22.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:21.198266+0000 mgr.smithi116.upuqbt (mgr.14180) 693 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:22.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:21.475521+0000 mon.smithi116 (mon.0) 693 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:24:22.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:21.475571+0000 mon.smithi116 (mon.0) 694 : cluster [INF] Cluster is now healthy 2024-01-21T08:24:22.569 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:24:24.001 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:24:24.001 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:24:24.342 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:22.478690+0000 mgr.smithi116.upuqbt (mgr.14180) 694 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 28 op/s 2024-01-21T08:24:24.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:24:24.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:22.478690+0000 mgr.smithi116.upuqbt (mgr.14180) 694 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 28 op/s 2024-01-21T08:24:25.377 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:24:25.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:23.995893+0000 mgr.smithi116.upuqbt (mgr.14180) 695 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:25.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:23.995893+0000 mgr.smithi116.upuqbt (mgr.14180) 695 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:26.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:24.479401+0000 mgr.smithi116.upuqbt (mgr.14180) 696 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 83 KiB/s rd, 0 B/s wr, 136 op/s 2024-01-21T08:24:26.724 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:24:26.724 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:24:26.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:24.479401+0000 mgr.smithi116.upuqbt (mgr.14180) 696 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 83 KiB/s rd, 0 B/s wr, 136 op/s 2024-01-21T08:24:27.084 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:24:28.085 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:24:28.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:26.479888+0000 mgr.smithi116.upuqbt (mgr.14180) 697 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 70 KiB/s rd, 0 B/s wr, 115 op/s 2024-01-21T08:24:28.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:26.719445+0000 mgr.smithi116.upuqbt (mgr.14180) 698 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:28.788 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:26.479888+0000 mgr.smithi116.upuqbt (mgr.14180) 697 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 70 KiB/s rd, 0 B/s wr, 115 op/s 2024-01-21T08:24:28.788 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:26.719445+0000 mgr.smithi116.upuqbt (mgr.14180) 698 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:29.432 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:24:29.432 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:24:29.834 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:24:30.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:30 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:28.480552+0000 mgr.smithi116.upuqbt (mgr.14180) 699 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-01-21T08:24:30.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:30 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:29.427291+0000 mgr.smithi116.upuqbt (mgr.14180) 700 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:30.835 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:24:30.867 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:30 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:28.480552+0000 mgr.smithi116.upuqbt (mgr.14180) 699 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-01-21T08:24:30.867 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:30 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:29.427291+0000 mgr.smithi116.upuqbt (mgr.14180) 700 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:32.212 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:24:32.212 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:24:32.516 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:30.481124+0000 mgr.smithi116.upuqbt (mgr.14180) 701 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 74 KiB/s rd, 0 B/s wr, 122 op/s 2024-01-21T08:24:32.584 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:24:32.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:30.481124+0000 mgr.smithi116.upuqbt (mgr.14180) 701 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 74 KiB/s rd, 0 B/s wr, 122 op/s 2024-01-21T08:24:33.585 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:24:33.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:32.206968+0000 mgr.smithi116.upuqbt (mgr.14180) 702 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:33.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:32.206968+0000 mgr.smithi116.upuqbt (mgr.14180) 702 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:34.570 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:32.481853+0000 mgr.smithi116.upuqbt (mgr.14180) 703 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 65 KiB/s rd, 0 B/s wr, 107 op/s 2024-01-21T08:24:34.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:34 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:32.481853+0000 mgr.smithi116.upuqbt (mgr.14180) 703 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 65 KiB/s rd, 0 B/s wr, 107 op/s 2024-01-21T08:24:34.925 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:24:34.925 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:24:35.299 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:24:36.300 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:24:36.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:34.482612+0000 mgr.smithi116.upuqbt (mgr.14180) 704 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 52 KiB/s rd, 0 B/s wr, 86 op/s 2024-01-21T08:24:36.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:34.920193+0000 mgr.smithi116.upuqbt (mgr.14180) 705 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:36.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:34.482612+0000 mgr.smithi116.upuqbt (mgr.14180) 704 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 52 KiB/s rd, 0 B/s wr, 86 op/s 2024-01-21T08:24:36.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:34.920193+0000 mgr.smithi116.upuqbt (mgr.14180) 705 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:37.635 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:24:37.635 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:24:38.025 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:24:38.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:38 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:36.483057+0000 mgr.smithi116.upuqbt (mgr.14180) 706 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-21T08:24:38.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:36.483057+0000 mgr.smithi116.upuqbt (mgr.14180) 706 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-21T08:24:39.025 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:24:39.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:39 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:37.630465+0000 mgr.smithi116.upuqbt (mgr.14180) 707 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:39.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:39 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:37.630465+0000 mgr.smithi116.upuqbt (mgr.14180) 707 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:40.485 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:24:40.485 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:24:40.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:40 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:38.483882+0000 mgr.smithi116.upuqbt (mgr.14180) 708 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-21T08:24:40.814 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:40 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:38.483882+0000 mgr.smithi116.upuqbt (mgr.14180) 708 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-21T08:24:40.873 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:24:41.875 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:24:42.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:42 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:40.479460+0000 mgr.smithi116.upuqbt (mgr.14180) 709 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:42.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:42 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:40.484341+0000 mgr.smithi116.upuqbt (mgr.14180) 710 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 3 op/s 2024-01-21T08:24:42.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:42 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:40.479460+0000 mgr.smithi116.upuqbt (mgr.14180) 709 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:42.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:42 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:40.484341+0000 mgr.smithi116.upuqbt (mgr.14180) 710 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 0 B/s wr, 3 op/s 2024-01-21T08:24:43.202 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:24:43.202 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:24:43.565 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:24:44.566 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:24:44.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:42.484959+0000 mgr.smithi116.upuqbt (mgr.14180) 711 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 B/s wr, 0 op/s 2024-01-21T08:24:44.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:43.196883+0000 mgr.smithi116.upuqbt (mgr.14180) 712 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:44.890 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:42.484959+0000 mgr.smithi116.upuqbt (mgr.14180) 711 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 B/s wr, 0 op/s 2024-01-21T08:24:44.891 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:43.196883+0000 mgr.smithi116.upuqbt (mgr.14180) 712 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:45.903 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:24:45.903 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:24:46.265 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:24:46.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:44.485884+0000 mgr.smithi116.upuqbt (mgr.14180) 713 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:24:46.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:44.485884+0000 mgr.smithi116.upuqbt (mgr.14180) 713 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:24:47.266 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:24:47.680 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:45.898795+0000 mgr.smithi116.upuqbt (mgr.14180) 714 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:47.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:45.898795+0000 mgr.smithi116.upuqbt (mgr.14180) 714 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:48.658 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:24:48.659 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:24:48.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:46.486450+0000 mgr.smithi116.upuqbt (mgr.14180) 715 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:48.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:46.486450+0000 mgr.smithi116.upuqbt (mgr.14180) 715 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:49.013 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:24:50.015 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:24:50.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:48.487138+0000 mgr.smithi116.upuqbt (mgr.14180) 716 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:50.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:48.653699+0000 mgr.smithi116.upuqbt (mgr.14180) 717 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:50.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:48.487138+0000 mgr.smithi116.upuqbt (mgr.14180) 716 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:50.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:48.653699+0000 mgr.smithi116.upuqbt (mgr.14180) 717 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:51.397 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:24:51.397 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:24:51.765 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:24:52.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:50.487653+0000 mgr.smithi116.upuqbt (mgr.14180) 718 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:52.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:51.391904+0000 mgr.smithi116.upuqbt (mgr.14180) 719 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:52.766 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:24:52.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:50.487653+0000 mgr.smithi116.upuqbt (mgr.14180) 718 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:52.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:51.391904+0000 mgr.smithi116.upuqbt (mgr.14180) 719 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:54.152 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:24:54.152 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:24:54.530 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:24:54.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:52.488533+0000 mgr.smithi116.upuqbt (mgr.14180) 720 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:54.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:52.488533+0000 mgr.smithi116.upuqbt (mgr.14180) 720 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:55.531 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:24:55.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:54.147378+0000 mgr.smithi116.upuqbt (mgr.14180) 721 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:55.873 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:54.147378+0000 mgr.smithi116.upuqbt (mgr.14180) 721 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:56.533 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:54.489632+0000 mgr.smithi116.upuqbt (mgr.14180) 722 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:24:56.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:54.489632+0000 mgr.smithi116.upuqbt (mgr.14180) 722 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:24:56.898 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:24:56.898 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:24:57.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:24:58.265 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:24:58.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:56.490139+0000 mgr.smithi116.upuqbt (mgr.14180) 723 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:58.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:24:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:56.893279+0000 mgr.smithi116.upuqbt (mgr.14180) 724 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:58.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:56.490139+0000 mgr.smithi116.upuqbt (mgr.14180) 723 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:24:58.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:24:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:56.893279+0000 mgr.smithi116.upuqbt (mgr.14180) 724 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:24:59.620 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:24:59.620 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:24:59.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:25:00.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:24:58.490827+0000 mgr.smithi116.upuqbt (mgr.14180) 725 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:00.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:24:58.490827+0000 mgr.smithi116.upuqbt (mgr.14180) 725 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:00.988 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:25:01.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:24:59.615448+0000 mgr.smithi116.upuqbt (mgr.14180) 726 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:01.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:24:59.615448+0000 mgr.smithi116.upuqbt (mgr.14180) 726 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:02.325 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:25:02.326 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:25:02.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:02 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:00.491341+0000 mgr.smithi116.upuqbt (mgr.14180) 727 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:02.704 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:25:02.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:00.491341+0000 mgr.smithi116.upuqbt (mgr.14180) 727 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:03.705 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:25:03.737 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:25:02.320059+0000 mgr.smithi116.upuqbt (mgr.14180) 728 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:03.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:03 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:25:02.320059+0000 mgr.smithi116.upuqbt (mgr.14180) 728 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:04.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:02.491910+0000 mgr.smithi116.upuqbt (mgr.14180) 729 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:04.765 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:02.491910+0000 mgr.smithi116.upuqbt (mgr.14180) 729 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:05.128 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:25:05.128 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:25:05.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:25:06.504 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:25:06.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:06 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:04.492677+0000 mgr.smithi116.upuqbt (mgr.14180) 730 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:25:06.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:06 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:25:05.122908+0000 mgr.smithi116.upuqbt (mgr.14180) 731 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:06.872 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:04.492677+0000 mgr.smithi116.upuqbt (mgr.14180) 730 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:25:06.872 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:25:05.122908+0000 mgr.smithi116.upuqbt (mgr.14180) 731 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:07.849 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:25:07.849 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:25:08.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:25:08.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:06.493442+0000 mgr.smithi116.upuqbt (mgr.14180) 732 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:08.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:06.493442+0000 mgr.smithi116.upuqbt (mgr.14180) 732 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:09.204 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:25:09.562 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:25:07.843949+0000 mgr.smithi116.upuqbt (mgr.14180) 733 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:09.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:25:07.843949+0000 mgr.smithi116.upuqbt (mgr.14180) 733 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:10.569 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:25:10.569 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:25:10.723 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:08.494267+0000 mgr.smithi116.upuqbt (mgr.14180) 734 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:10.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:08.494267+0000 mgr.smithi116.upuqbt (mgr.14180) 734 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:10.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:25:11.945 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:25:12.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:10.494783+0000 mgr.smithi116.upuqbt (mgr.14180) 735 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:12.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:25:10.563737+0000 mgr.smithi116.upuqbt (mgr.14180) 736 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:12.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:10.494783+0000 mgr.smithi116.upuqbt (mgr.14180) 735 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:12.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:25:10.563737+0000 mgr.smithi116.upuqbt (mgr.14180) 736 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:13.258 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:25:13.259 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:25:13.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:25:14.655 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:25:14.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:12.495347+0000 mgr.smithi116.upuqbt (mgr.14180) 737 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:14.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:25:13.253947+0000 mgr.smithi116.upuqbt (mgr.14180) 738 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:14.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:12.495347+0000 mgr.smithi116.upuqbt (mgr.14180) 737 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:14.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:25:13.253947+0000 mgr.smithi116.upuqbt (mgr.14180) 738 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:16.018 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:25:16.018 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:25:16.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:25:16.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:14.496369+0000 mgr.smithi116.upuqbt (mgr.14180) 739 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:25:16.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:14.496369+0000 mgr.smithi116.upuqbt (mgr.14180) 739 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:25:17.394 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:25:17.729 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:25:16.013116+0000 mgr.smithi116.upuqbt (mgr.14180) 740 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:17.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:25:16.013116+0000 mgr.smithi116.upuqbt (mgr.14180) 740 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:18.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:16.496932+0000 mgr.smithi116.upuqbt (mgr.14180) 741 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:18.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:16.496932+0000 mgr.smithi116.upuqbt (mgr.14180) 741 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:18.795 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:25:18.796 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:25:19.169 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:25:20.170 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:25:20.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:18.497888+0000 mgr.smithi116.upuqbt (mgr.14180) 742 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:20.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:25:18.791070+0000 mgr.smithi116.upuqbt (mgr.14180) 743 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:20.847 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:18.497888+0000 mgr.smithi116.upuqbt (mgr.14180) 742 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:20.847 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:25:18.791070+0000 mgr.smithi116.upuqbt (mgr.14180) 743 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:21.502 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:25:21.502 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:25:21.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:25:22.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:20.498524+0000 mgr.smithi116.upuqbt (mgr.14180) 744 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:22.878 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:25:22.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:20.498524+0000 mgr.smithi116.upuqbt (mgr.14180) 744 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:23.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:23 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:25:21.497597+0000 mgr.smithi116.upuqbt (mgr.14180) 745 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:23.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:23 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:22.499200+0000 mgr.smithi116.upuqbt (mgr.14180) 746 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:23.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:23 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:25:21.497597+0000 mgr.smithi116.upuqbt (mgr.14180) 745 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:23.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:23 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:22.499200+0000 mgr.smithi116.upuqbt (mgr.14180) 746 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:24.371 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:25:24.371 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:25:24.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:25:24.365442+0000 mgr.smithi116.upuqbt (mgr.14180) 747 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:24.743 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:25:24.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:25:24.365442+0000 mgr.smithi116.upuqbt (mgr.14180) 747 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:25.744 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:25:26.753 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:24.499933+0000 mgr.smithi116.upuqbt (mgr.14180) 748 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:25:26.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:24.499933+0000 mgr.smithi116.upuqbt (mgr.14180) 748 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:25:27.110 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:25:27.110 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:25:27.471 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:25:28.472 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:25:28.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:26.500438+0000 mgr.smithi116.upuqbt (mgr.14180) 749 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:28.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:25:27.105503+0000 mgr.smithi116.upuqbt (mgr.14180) 750 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:28.792 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:26.500438+0000 mgr.smithi116.upuqbt (mgr.14180) 749 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:28.792 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:25:27.105503+0000 mgr.smithi116.upuqbt (mgr.14180) 750 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:29.811 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:25:29.811 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:25:30.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:25:30.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:30 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:28.501248+0000 mgr.smithi116.upuqbt (mgr.14180) 751 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:30.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:30 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:28.501248+0000 mgr.smithi116.upuqbt (mgr.14180) 751 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:31.184 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:25:31.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:31 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:25:29.806237+0000 mgr.smithi116.upuqbt (mgr.14180) 752 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:31.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:31 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:25:29.806237+0000 mgr.smithi116.upuqbt (mgr.14180) 752 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:32.524 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:25:32.525 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:25:32.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:30.501824+0000 mgr.smithi116.upuqbt (mgr.14180) 753 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:32.815 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:30.501824+0000 mgr.smithi116.upuqbt (mgr.14180) 753 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:32.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:25:33.892 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:25:34.586 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:32.502370+0000 mgr.smithi116.upuqbt (mgr.14180) 754 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:34.586 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:25:32.519220+0000 mgr.smithi116.upuqbt (mgr.14180) 755 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:34.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:34 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:32.502370+0000 mgr.smithi116.upuqbt (mgr.14180) 754 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:34.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:34 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:25:32.519220+0000 mgr.smithi116.upuqbt (mgr.14180) 755 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:35.275 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:25:35.275 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:25:35.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:25:36.634 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:25:36.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:34.503196+0000 mgr.smithi116.upuqbt (mgr.14180) 756 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:25:36.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:25:35.270114+0000 mgr.smithi116.upuqbt (mgr.14180) 757 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:36.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:34.503196+0000 mgr.smithi116.upuqbt (mgr.14180) 756 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:25:36.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:25:35.270114+0000 mgr.smithi116.upuqbt (mgr.14180) 757 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:37.943 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:25:37.943 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:25:38.316 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:25:38.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:36.503732+0000 mgr.smithi116.upuqbt (mgr.14180) 758 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:38.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:38 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:36.503732+0000 mgr.smithi116.upuqbt (mgr.14180) 758 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:39.317 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:25:39.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:39 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:25:37.937930+0000 mgr.smithi116.upuqbt (mgr.14180) 759 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:39.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:39 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:25:37.937930+0000 mgr.smithi116.upuqbt (mgr.14180) 759 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:40.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:40 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:38.504464+0000 mgr.smithi116.upuqbt (mgr.14180) 760 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:40.701 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:25:40.701 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:25:40.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:40 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:38.504464+0000 mgr.smithi116.upuqbt (mgr.14180) 760 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:41.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:25:41.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:40.504990+0000 mgr.smithi116.upuqbt (mgr.14180) 761 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:41.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:25:40.689941+0000 mgr.smithi116.upuqbt (mgr.14180) 762 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:41.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:40.504990+0000 mgr.smithi116.upuqbt (mgr.14180) 761 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:41.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:25:40.689941+0000 mgr.smithi116.upuqbt (mgr.14180) 762 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:42.066 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:25:43.431 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:25:43.431 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:25:43.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:42.505552+0000 mgr.smithi116.upuqbt (mgr.14180) 763 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:43.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:25:43.425678+0000 mgr.smithi116.upuqbt (mgr.14180) 764 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:43.797 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:25:44.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:43 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:42.505552+0000 mgr.smithi116.upuqbt (mgr.14180) 763 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:44.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:43 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:25:43.425678+0000 mgr.smithi116.upuqbt (mgr.14180) 764 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:44.798 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:25:46.137 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:25:46.138 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:25:46.506 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:25:46.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:44.506416+0000 mgr.smithi116.upuqbt (mgr.14180) 765 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:25:46.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:44.506416+0000 mgr.smithi116.upuqbt (mgr.14180) 765 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:25:47.508 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:25:47.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:25:46.132856+0000 mgr.smithi116.upuqbt (mgr.14180) 766 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:47.867 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:25:46.132856+0000 mgr.smithi116.upuqbt (mgr.14180) 766 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:48.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:46.506926+0000 mgr.smithi116.upuqbt (mgr.14180) 767 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:48.867 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:25:48.868 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:25:48.891 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:46.506926+0000 mgr.smithi116.upuqbt (mgr.14180) 767 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:49.416 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:25:50.417 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:25:50.748 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:48.507593+0000 mgr.smithi116.upuqbt (mgr.14180) 768 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:50.748 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:25:48.862727+0000 mgr.smithi116.upuqbt (mgr.14180) 769 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:50.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:48.507593+0000 mgr.smithi116.upuqbt (mgr.14180) 768 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:50.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:25:48.862727+0000 mgr.smithi116.upuqbt (mgr.14180) 769 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:51.833 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:25:51.833 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:25:52.213 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:25:52.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:50.508157+0000 mgr.smithi116.upuqbt (mgr.14180) 770 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:52.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:50.508157+0000 mgr.smithi116.upuqbt (mgr.14180) 770 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:53.214 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:25:53.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:25:51.828327+0000 mgr.smithi116.upuqbt (mgr.14180) 771 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:53.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:25:51.828327+0000 mgr.smithi116.upuqbt (mgr.14180) 771 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:54.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:52.508724+0000 mgr.smithi116.upuqbt (mgr.14180) 772 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:54.667 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:25:54.667 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:25:54.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:52.508724+0000 mgr.smithi116.upuqbt (mgr.14180) 772 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:55.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:25:56.039 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:25:56.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:54.509646+0000 mgr.smithi116.upuqbt (mgr.14180) 773 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:25:56.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:25:54.662205+0000 mgr.smithi116.upuqbt (mgr.14180) 774 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:56.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:54.509646+0000 mgr.smithi116.upuqbt (mgr.14180) 773 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:25:56.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:25:54.662205+0000 mgr.smithi116.upuqbt (mgr.14180) 774 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:57.456 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:25:57.456 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:25:57.821 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:25:58.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:56.510160+0000 mgr.smithi116.upuqbt (mgr.14180) 775 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:58.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:25:57.451542+0000 mgr.smithi116.upuqbt (mgr.14180) 776 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:58.822 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:25:58.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:56.510160+0000 mgr.smithi116.upuqbt (mgr.14180) 775 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:58.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:25:57.451542+0000 mgr.smithi116.upuqbt (mgr.14180) 776 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:25:59.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:25:59 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:25:58.510925+0000 mgr.smithi116.upuqbt (mgr.14180) 777 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:25:59.849 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:25:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:25:58.510925+0000 mgr.smithi116.upuqbt (mgr.14180) 777 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:00.232 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:26:00.232 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:26:00.625 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:26:01.626 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:01.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:26:00.227254+0000 mgr.smithi116.upuqbt (mgr.14180) 778 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:01.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:26:00.227254+0000 mgr.smithi116.upuqbt (mgr.14180) 778 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:02.608 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:02 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:00.511571+0000 mgr.smithi116.upuqbt (mgr.14180) 779 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:02.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:00.511571+0000 mgr.smithi116.upuqbt (mgr.14180) 779 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:02.954 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:26:02.954 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:26:03.329 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:26:04.330 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:04.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:02.512155+0000 mgr.smithi116.upuqbt (mgr.14180) 780 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:04.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:26:02.949568+0000 mgr.smithi116.upuqbt (mgr.14180) 781 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:04.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:02.512155+0000 mgr.smithi116.upuqbt (mgr.14180) 780 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:04.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:26:02.949568+0000 mgr.smithi116.upuqbt (mgr.14180) 781 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:05.628 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:26:05.628 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:26:06.003 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:26:06.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:06 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:04.512887+0000 mgr.smithi116.upuqbt (mgr.14180) 782 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:26:06.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:04.512887+0000 mgr.smithi116.upuqbt (mgr.14180) 782 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:26:07.004 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:07.640 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:26:05.622991+0000 mgr.smithi116.upuqbt (mgr.14180) 783 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:07.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:07 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:26:05.622991+0000 mgr.smithi116.upuqbt (mgr.14180) 783 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:08.308 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:26:08.309 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:26:08.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:06.513401+0000 mgr.smithi116.upuqbt (mgr.14180) 784 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:08.669 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:26:08.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:06.513401+0000 mgr.smithi116.upuqbt (mgr.14180) 784 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:09.671 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:09.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:26:08.303712+0000 mgr.smithi116.upuqbt (mgr.14180) 785 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:09.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:26:08.303712+0000 mgr.smithi116.upuqbt (mgr.14180) 785 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:10.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:08.514155+0000 mgr.smithi116.upuqbt (mgr.14180) 786 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:10.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:08.514155+0000 mgr.smithi116.upuqbt (mgr.14180) 786 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:11.065 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:26:11.065 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:26:11.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:26:11.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:10.514677+0000 mgr.smithi116.upuqbt (mgr.14180) 787 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:11.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:26:11.060448+0000 mgr.smithi116.upuqbt (mgr.14180) 788 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:11.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:10.514677+0000 mgr.smithi116.upuqbt (mgr.14180) 787 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:11.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:26:11.060448+0000 mgr.smithi116.upuqbt (mgr.14180) 788 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:12.436 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:13.804 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:26:13.804 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:26:13.825 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:12.515326+0000 mgr.smithi116.upuqbt (mgr.14180) 789 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:14.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:12.515326+0000 mgr.smithi116.upuqbt (mgr.14180) 789 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:14.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:26:14.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:26:13.799147+0000 mgr.smithi116.upuqbt (mgr.14180) 790 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:15.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:26:13.799147+0000 mgr.smithi116.upuqbt (mgr.14180) 790 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:15.162 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:16.548 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:26:16.548 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:26:16.738 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:14.516124+0000 mgr.smithi116.upuqbt (mgr.14180) 791 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:26:16.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:14.516124+0000 mgr.smithi116.upuqbt (mgr.14180) 791 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:26:16.943 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:26:17.944 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:18.622 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:16.516580+0000 mgr.smithi116.upuqbt (mgr.14180) 792 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:18.622 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:26:16.543439+0000 mgr.smithi116.upuqbt (mgr.14180) 793 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:18.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:16.516580+0000 mgr.smithi116.upuqbt (mgr.14180) 792 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:18.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:26:16.543439+0000 mgr.smithi116.upuqbt (mgr.14180) 793 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:19.291 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:26:19.292 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:26:19.660 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:26:20.661 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:20.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:18.517246+0000 mgr.smithi116.upuqbt (mgr.14180) 794 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:20.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:26:19.286493+0000 mgr.smithi116.upuqbt (mgr.14180) 795 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:20.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:18.517246+0000 mgr.smithi116.upuqbt (mgr.14180) 794 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:20.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:26:19.286493+0000 mgr.smithi116.upuqbt (mgr.14180) 795 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:22.053 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:26:22.054 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:26:22.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:26:22.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:20.517889+0000 mgr.smithi116.upuqbt (mgr.14180) 796 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:22.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:20.517889+0000 mgr.smithi116.upuqbt (mgr.14180) 796 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:23.435 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:23.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:23 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:26:22.048644+0000 mgr.smithi116.upuqbt (mgr.14180) 797 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:23.769 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:23 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:26:22.048644+0000 mgr.smithi116.upuqbt (mgr.14180) 797 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:24.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:22.518458+0000 mgr.smithi116.upuqbt (mgr.14180) 798 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:24.837 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:26:24.837 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:26:24.862 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:22.518458+0000 mgr.smithi116.upuqbt (mgr.14180) 798 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:25.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:26:26.209 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:26.543 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:24.519243+0000 mgr.smithi116.upuqbt (mgr.14180) 799 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:26:26.543 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:26:24.831654+0000 mgr.smithi116.upuqbt (mgr.14180) 800 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:26.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:24.519243+0000 mgr.smithi116.upuqbt (mgr.14180) 799 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:26:26.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:26:24.831654+0000 mgr.smithi116.upuqbt (mgr.14180) 800 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:27.606 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:26:27.606 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:26:27.632 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:27 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:26.519943+0000 mgr.smithi116.upuqbt (mgr.14180) 801 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:27.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:27 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:26.519943+0000 mgr.smithi116.upuqbt (mgr.14180) 801 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:27.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:26:28.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:26:27.601243+0000 mgr.smithi116.upuqbt (mgr.14180) 802 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:28.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:26:27.601243+0000 mgr.smithi116.upuqbt (mgr.14180) 802 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:28.984 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:29.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:28.520627+0000 mgr.smithi116.upuqbt (mgr.14180) 803 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:29.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:28.520627+0000 mgr.smithi116.upuqbt (mgr.14180) 803 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:30.333 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:26:30.333 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:26:30.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:26:31.702 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:31.736 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:31 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:26:30.328376+0000 mgr.smithi116.upuqbt (mgr.14180) 804 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:31.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:31 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:26:30.328376+0000 mgr.smithi116.upuqbt (mgr.14180) 804 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:32.745 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:30.521247+0000 mgr.smithi116.upuqbt (mgr.14180) 805 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:32.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:30.521247+0000 mgr.smithi116.upuqbt (mgr.14180) 805 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:33.142 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:26:33.142 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:26:33.516 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:26:34.517 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:34.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:34 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:32.521882+0000 mgr.smithi116.upuqbt (mgr.14180) 806 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:34.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:34 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:26:33.137267+0000 mgr.smithi116.upuqbt (mgr.14180) 807 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:34.842 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:32.521882+0000 mgr.smithi116.upuqbt (mgr.14180) 806 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:34.842 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:26:33.137267+0000 mgr.smithi116.upuqbt (mgr.14180) 807 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:35.935 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:26:35.935 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:26:36.340 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:26:36.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:34.522733+0000 mgr.smithi116.upuqbt (mgr.14180) 808 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:26:36.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:34.522733+0000 mgr.smithi116.upuqbt (mgr.14180) 808 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:26:37.341 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:37.734 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:26:35.929987+0000 mgr.smithi116.upuqbt (mgr.14180) 809 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:37.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:37 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:26:35.929987+0000 mgr.smithi116.upuqbt (mgr.14180) 809 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:38.673 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:26:38.673 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:26:38.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:38 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:36.523460+0000 mgr.smithi116.upuqbt (mgr.14180) 810 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:38.835 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:36.523460+0000 mgr.smithi116.upuqbt (mgr.14180) 810 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:39.056 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:26:39.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:39 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:38.524182+0000 mgr.smithi116.upuqbt (mgr.14180) 811 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:39.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:39 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:26:38.668124+0000 mgr.smithi116.upuqbt (mgr.14180) 812 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:40.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:39 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:38.524182+0000 mgr.smithi116.upuqbt (mgr.14180) 811 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:40.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:39 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:26:38.668124+0000 mgr.smithi116.upuqbt (mgr.14180) 812 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:40.057 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:41.405 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:26:41.406 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:26:41.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:26:42.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:42 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:40.524710+0000 mgr.smithi116.upuqbt (mgr.14180) 813 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:42.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:42 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:26:41.400643+0000 mgr.smithi116.upuqbt (mgr.14180) 814 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:42.782 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:42.815 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:42 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:40.524710+0000 mgr.smithi116.upuqbt (mgr.14180) 813 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:42.816 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:42 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:26:41.400643+0000 mgr.smithi116.upuqbt (mgr.14180) 814 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:44.138 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:26:44.138 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:26:44.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:26:44.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:42.525442+0000 mgr.smithi116.upuqbt (mgr.14180) 815 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:44.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:42.525442+0000 mgr.smithi116.upuqbt (mgr.14180) 815 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:45.506 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:45.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:26:44.132386+0000 mgr.smithi116.upuqbt (mgr.14180) 816 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:45.848 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:26:44.132386+0000 mgr.smithi116.upuqbt (mgr.14180) 816 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:46.509 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:44.526327+0000 mgr.smithi116.upuqbt (mgr.14180) 817 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:26:46.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:44.526327+0000 mgr.smithi116.upuqbt (mgr.14180) 817 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:26:46.878 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:26:46.879 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:26:47.247 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:26:48.248 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:48.590 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:46.526937+0000 mgr.smithi116.upuqbt (mgr.14180) 818 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:48.590 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:26:46.873933+0000 mgr.smithi116.upuqbt (mgr.14180) 819 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:48.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:46.526937+0000 mgr.smithi116.upuqbt (mgr.14180) 818 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:48.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:26:46.873933+0000 mgr.smithi116.upuqbt (mgr.14180) 819 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:49.639 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:26:49.639 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:19:13.211820Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.moxyfm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:26:50.013 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:26:50.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:48.527718+0000 mgr.smithi116.upuqbt (mgr.14180) 820 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:50.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:26:50.069205+0000 mon.smithi116 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi195.iuusxl"}]: dispatch 2024-01-21T08:26:50.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:48.527718+0000 mgr.smithi116.upuqbt (mgr.14180) 820 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:50.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:26:50.069205+0000 mon.smithi116 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi195.iuusxl"}]: dispatch 2024-01-21T08:26:51.014 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:51.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:26:49.633982+0000 mgr.smithi116.upuqbt (mgr.14180) 821 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:51.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:26:50.068650+0000 mgr.smithi116.upuqbt (mgr.14180) 822 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl 2024-01-21T08:26:51.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl 2024-01-21T08:26:51.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl 2024-01-21T08:26:51.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl 2024-01-21T08:26:51.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Deploy daemon haproxy.nfs.foo.smithi195.iuusxl ... 2024-01-21T08:26:51.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:26:51.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:26:51.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:24:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:26:51.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:25:34Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:26:51.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:26:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:26:51.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:26:51.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:26:51.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Traceback (most recent call last): 2024-01-21T08:26:51.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:26:51.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: yield (conn, connr) 2024-01-21T08:26:51.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:26:51.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: code, '\n'.join(err))) 2024-01-21T08:26:51.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl 2024-01-21T08:26:51.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl 2024-01-21T08:26:51.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl 2024-01-21T08:26:51.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl 2024-01-21T08:26:51.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Deploy daemon haproxy.nfs.foo.smithi195.iuusxl ... 2024-01-21T08:26:51.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:26:51.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:26:51.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:24:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:26:51.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:25:34Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:26:51.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:26:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:26:51.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:26:51.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:26:51.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:26:50.068865+0000 mgr.smithi116.upuqbt (mgr.14180) 823 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi195.iuusxl 2024-01-21T08:26:51.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:26:50.069744+0000 mgr.smithi116.upuqbt (mgr.14180) 824 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl 2024-01-21T08:26:51.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl 2024-01-21T08:26:51.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl 2024-01-21T08:26:51.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl 2024-01-21T08:26:51.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Deploy daemon haproxy.nfs.foo.smithi195.iuusxl ... 2024-01-21T08:26:51.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:26:51.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:26:51.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:24:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:26:51.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:25:34Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:26:51.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:26:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:26:51.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:26:51.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:26:51.658 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:26:50.071055+0000 mgr.smithi116.upuqbt (mgr.14180) 825 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.zkdwih on smithi116 2024-01-21T08:26:51.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:26:49.633982+0000 mgr.smithi116.upuqbt (mgr.14180) 821 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:51.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:26:50.068650+0000 mgr.smithi116.upuqbt (mgr.14180) 822 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl 2024-01-21T08:26:51.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl 2024-01-21T08:26:51.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl 2024-01-21T08:26:51.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl 2024-01-21T08:26:51.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Deploy daemon haproxy.nfs.foo.smithi195.iuusxl ... 2024-01-21T08:26:51.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:26:51.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:26:51.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:24:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:26:51.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:25:34Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:26:51.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:26:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:26:51.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:26:51.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:26:51.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Traceback (most recent call last): 2024-01-21T08:26:51.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:26:51.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: yield (conn, connr) 2024-01-21T08:26:51.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:26:51.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: code, '\n'.join(err))) 2024-01-21T08:26:51.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl 2024-01-21T08:26:51.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl 2024-01-21T08:26:51.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl 2024-01-21T08:26:51.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl 2024-01-21T08:26:51.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Deploy daemon haproxy.nfs.foo.smithi195.iuusxl ... 2024-01-21T08:26:51.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:26:51.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:26:51.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:24:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:26:51.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:25:34Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:26:51.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:26:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:26:51.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:26:51.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:26:51.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:26:50.068865+0000 mgr.smithi116.upuqbt (mgr.14180) 823 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi195.iuusxl 2024-01-21T08:26:51.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:26:50.069744+0000 mgr.smithi116.upuqbt (mgr.14180) 824 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl 2024-01-21T08:26:51.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl 2024-01-21T08:26:51.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl 2024-01-21T08:26:51.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl 2024-01-21T08:26:51.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Deploy daemon haproxy.nfs.foo.smithi195.iuusxl ... 2024-01-21T08:26:51.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:26:51.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:26:51.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:24:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:26:51.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:25:34Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:26:51.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:26:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:26:51.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:26:51.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:26:51.766 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:26:50.071055+0000 mgr.smithi116.upuqbt (mgr.14180) 825 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.zkdwih on smithi116 2024-01-21T08:26:52.344 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:26:52.344 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:26:52.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:50.528190+0000 mgr.smithi116.upuqbt (mgr.14180) 826 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:52.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:26:52.337219+0000 mgr.smithi116.upuqbt (mgr.14180) 827 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:52.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:26:52.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:50.528190+0000 mgr.smithi116.upuqbt (mgr.14180) 826 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:52.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:26:52.337219+0000 mgr.smithi116.upuqbt (mgr.14180) 827 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:53.713 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:53.745 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:52.528860+0000 mgr.smithi116.upuqbt (mgr.14180) 828 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:53.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:52.528860+0000 mgr.smithi116.upuqbt (mgr.14180) 828 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:55.105 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:26:55.105 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:26:55.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:26:56.464 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:56.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:54.529744+0000 mgr.smithi116.upuqbt (mgr.14180) 829 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:26:56.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:26:55.099734+0000 mgr.smithi116.upuqbt (mgr.14180) 830 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:56.822 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:54.529744+0000 mgr.smithi116.upuqbt (mgr.14180) 829 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:26:56.822 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:26:55.099734+0000 mgr.smithi116.upuqbt (mgr.14180) 830 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:57.854 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:26:57.855 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:26:58.210 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:26:58.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:56.530256+0000 mgr.smithi116.upuqbt (mgr.14180) 831 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:58.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:56.530256+0000 mgr.smithi116.upuqbt (mgr.14180) 831 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:26:59.212 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:26:59.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:26:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:26:57.849695+0000 mgr.smithi116.upuqbt (mgr.14180) 832 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:26:59.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:26:59 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:26:57.849695+0000 mgr.smithi116.upuqbt (mgr.14180) 832 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:00.639 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:27:00.639 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:27:00.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:26:58.531224+0000 mgr.smithi116.upuqbt (mgr.14180) 833 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:00.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:26:58.531224+0000 mgr.smithi116.upuqbt (mgr.14180) 833 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:01.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:27:02.012 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:02.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:02 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:00.531739+0000 mgr.smithi116.upuqbt (mgr.14180) 834 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:02.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:02 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:27:00.633992+0000 mgr.smithi116.upuqbt (mgr.14180) 835 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:02.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:00.531739+0000 mgr.smithi116.upuqbt (mgr.14180) 834 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:02.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:27:00.633992+0000 mgr.smithi116.upuqbt (mgr.14180) 835 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:03.375 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:27:03.375 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:27:03.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:27:04.752 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:04.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:02.532289+0000 mgr.smithi116.upuqbt (mgr.14180) 836 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:04.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:27:03.370324+0000 mgr.smithi116.upuqbt (mgr.14180) 837 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:04.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:02.532289+0000 mgr.smithi116.upuqbt (mgr.14180) 836 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:04.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:27:03.370324+0000 mgr.smithi116.upuqbt (mgr.14180) 837 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:06.136 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:27:06.136 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:27:06.510 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:27:06.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:06 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:04.533150+0000 mgr.smithi116.upuqbt (mgr.14180) 838 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:27:06.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:04.533150+0000 mgr.smithi116.upuqbt (mgr.14180) 838 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:27:07.511 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:07.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:07 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:27:06.130698+0000 mgr.smithi116.upuqbt (mgr.14180) 839 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:07.862 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:27:06.130698+0000 mgr.smithi116.upuqbt (mgr.14180) 839 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:08.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:06.533799+0000 mgr.smithi116.upuqbt (mgr.14180) 840 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:08.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:06.533799+0000 mgr.smithi116.upuqbt (mgr.14180) 840 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:08.910 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:27:08.910 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:27:09.293 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:27:10.294 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:10.635 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:08.534732+0000 mgr.smithi116.upuqbt (mgr.14180) 841 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:10.636 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:27:08.905541+0000 mgr.smithi116.upuqbt (mgr.14180) 842 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:10.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:08.534732+0000 mgr.smithi116.upuqbt (mgr.14180) 841 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:10.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:27:08.905541+0000 mgr.smithi116.upuqbt (mgr.14180) 842 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:11.679 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:27:11.679 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:27:12.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:27:12.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:10.535369+0000 mgr.smithi116.upuqbt (mgr.14180) 843 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:12.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:10.535369+0000 mgr.smithi116.upuqbt (mgr.14180) 843 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:13.002 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:13.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:27:11.674052+0000 mgr.smithi116.upuqbt (mgr.14180) 844 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:13.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:27:11.674052+0000 mgr.smithi116.upuqbt (mgr.14180) 844 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:14.316 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:27:14.317 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:27:14.608 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:12.536010+0000 mgr.smithi116.upuqbt (mgr.14180) 845 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:14.608 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:27:14.311984+0000 mgr.smithi116.upuqbt (mgr.14180) 846 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:14.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:27:14.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:12.536010+0000 mgr.smithi116.upuqbt (mgr.14180) 845 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:14.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:27:14.311984+0000 mgr.smithi116.upuqbt (mgr.14180) 846 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:15.701 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:16.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:14.536925+0000 mgr.smithi116.upuqbt (mgr.14180) 847 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:27:16.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:14.536925+0000 mgr.smithi116.upuqbt (mgr.14180) 847 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:27:17.084 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:27:17.084 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:27:17.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:27:18.469 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:18.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:16.537486+0000 mgr.smithi116.upuqbt (mgr.14180) 848 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:18.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:27:17.079739+0000 mgr.smithi116.upuqbt (mgr.14180) 849 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:18.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:16.537486+0000 mgr.smithi116.upuqbt (mgr.14180) 848 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:18.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:27:17.079739+0000 mgr.smithi116.upuqbt (mgr.14180) 849 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:19.798 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:27:19.798 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:27:20.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:27:20.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:18.538248+0000 mgr.smithi116.upuqbt (mgr.14180) 850 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:20.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:18.538248+0000 mgr.smithi116.upuqbt (mgr.14180) 850 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:21.174 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:21.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:27:19.793045+0000 mgr.smithi116.upuqbt (mgr.14180) 851 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:21.853 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:27:19.793045+0000 mgr.smithi116.upuqbt (mgr.14180) 851 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:22.482 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:27:22.482 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:27:22.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:20.538790+0000 mgr.smithi116.upuqbt (mgr.14180) 852 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:22.848 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:20.538790+0000 mgr.smithi116.upuqbt (mgr.14180) 852 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:22.867 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:27:23.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:23 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:27:22.475756+0000 mgr.smithi116.upuqbt (mgr.14180) 853 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:23.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:23 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:22.539597+0000 mgr.smithi116.upuqbt (mgr.14180) 854 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:23.867 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:23.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:23 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:27:22.475756+0000 mgr.smithi116.upuqbt (mgr.14180) 853 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:23.902 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:23 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:22.539597+0000 mgr.smithi116.upuqbt (mgr.14180) 854 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:25.285 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:27:25.286 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:27:25.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:27:26.701 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:26.734 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:24.540313+0000 mgr.smithi116.upuqbt (mgr.14180) 855 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:27:26.734 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:27:25.280971+0000 mgr.smithi116.upuqbt (mgr.14180) 856 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:26.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:24.540313+0000 mgr.smithi116.upuqbt (mgr.14180) 855 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:27:26.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:27:25.280971+0000 mgr.smithi116.upuqbt (mgr.14180) 856 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:28.017 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:27:28.017 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:27:28.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:27:28.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:26.541119+0000 mgr.smithi116.upuqbt (mgr.14180) 857 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:28.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:26.541119+0000 mgr.smithi116.upuqbt (mgr.14180) 857 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:29.400 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:29.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:27:28.012351+0000 mgr.smithi116.upuqbt (mgr.14180) 858 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:29.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:27:28.012351+0000 mgr.smithi116.upuqbt (mgr.14180) 858 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:30.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:30 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:28.542012+0000 mgr.smithi116.upuqbt (mgr.14180) 859 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:30.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:30 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:28.542012+0000 mgr.smithi116.upuqbt (mgr.14180) 859 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:30.771 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:27:30.771 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:27:31.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:27:31.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:31 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:30.542501+0000 mgr.smithi116.upuqbt (mgr.14180) 860 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:31.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:31 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:27:30.765874+0000 mgr.smithi116.upuqbt (mgr.14180) 861 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:32.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:31 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:30.542501+0000 mgr.smithi116.upuqbt (mgr.14180) 860 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:32.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:31 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:27:30.765874+0000 mgr.smithi116.upuqbt (mgr.14180) 861 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:32.132 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:33.486 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:27:33.486 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:27:33.829 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:32.543256+0000 mgr.smithi116.upuqbt (mgr.14180) 862 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:33.829 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:27:33.480998+0000 mgr.smithi116.upuqbt (mgr.14180) 863 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:33.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:27:34.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:32.543256+0000 mgr.smithi116.upuqbt (mgr.14180) 862 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:34.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:27:33.480998+0000 mgr.smithi116.upuqbt (mgr.14180) 863 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:34.849 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:36.228 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:27:36.228 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:27:36.513 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:34.544251+0000 mgr.smithi116.upuqbt (mgr.14180) 864 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:27:36.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:27:36.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:34.544251+0000 mgr.smithi116.upuqbt (mgr.14180) 864 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:27:37.590 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:37.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:37 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:27:36.223579+0000 mgr.smithi116.upuqbt (mgr.14180) 865 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:37.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:27:36.223579+0000 mgr.smithi116.upuqbt (mgr.14180) 865 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:38.626 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:36.544962+0000 mgr.smithi116.upuqbt (mgr.14180) 866 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:38.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:38 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:36.544962+0000 mgr.smithi116.upuqbt (mgr.14180) 866 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:38.974 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:27:38.974 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:27:39.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:27:40.364 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:40.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:40 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:38.545972+0000 mgr.smithi116.upuqbt (mgr.14180) 867 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:40.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:40 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:27:38.969685+0000 mgr.smithi116.upuqbt (mgr.14180) 868 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:40.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:40 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:38.545972+0000 mgr.smithi116.upuqbt (mgr.14180) 867 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:40.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:40 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:27:38.969685+0000 mgr.smithi116.upuqbt (mgr.14180) 868 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:41.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:40.546489+0000 mgr.smithi116.upuqbt (mgr.14180) 869 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:41.659 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:27:41.659 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:27:41.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:40.546489+0000 mgr.smithi116.upuqbt (mgr.14180) 869 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:42.021 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:27:42.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:42 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:27:41.654458+0000 mgr.smithi116.upuqbt (mgr.14180) 870 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:42.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:42 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:27:41.654458+0000 mgr.smithi116.upuqbt (mgr.14180) 870 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:43.023 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:43.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:42.547265+0000 mgr.smithi116.upuqbt (mgr.14180) 871 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:43.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:43 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:42.547265+0000 mgr.smithi116.upuqbt (mgr.14180) 871 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:44.408 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:27:44.409 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:27:44.747 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:27:44.403741+0000 mgr.smithi116.upuqbt (mgr.14180) 872 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:44.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:27:44.403741+0000 mgr.smithi116.upuqbt (mgr.14180) 872 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:44.765 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:27:45.766 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:46.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:44.548173+0000 mgr.smithi116.upuqbt (mgr.14180) 873 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:27:46.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:44.548173+0000 mgr.smithi116.upuqbt (mgr.14180) 873 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:27:47.120 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:27:47.120 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:27:47.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:27:48.481 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:48.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:46.548667+0000 mgr.smithi116.upuqbt (mgr.14180) 874 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:48.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:27:47.115350+0000 mgr.smithi116.upuqbt (mgr.14180) 875 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:48.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:46.548667+0000 mgr.smithi116.upuqbt (mgr.14180) 874 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:48.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:27:47.115350+0000 mgr.smithi116.upuqbt (mgr.14180) 875 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:49.794 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:27:49.794 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:27:50.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:27:50.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:48.549335+0000 mgr.smithi116.upuqbt (mgr.14180) 876 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:50.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:48.549335+0000 mgr.smithi116.upuqbt (mgr.14180) 876 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:51.163 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:51.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:27:49.789295+0000 mgr.smithi116.upuqbt (mgr.14180) 877 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:51.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:27:49.789295+0000 mgr.smithi116.upuqbt (mgr.14180) 877 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:52.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:50.550127+0000 mgr.smithi116.upuqbt (mgr.14180) 878 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:52.663 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:27:52.663 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:27:52.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:50.550127+0000 mgr.smithi116.upuqbt (mgr.14180) 878 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:53.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:27:53.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:52.550828+0000 mgr.smithi116.upuqbt (mgr.14180) 879 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:53.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:27:52.658307+0000 mgr.smithi116.upuqbt (mgr.14180) 880 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:53.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:52.550828+0000 mgr.smithi116.upuqbt (mgr.14180) 879 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:53.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:27:52.658307+0000 mgr.smithi116.upuqbt (mgr.14180) 880 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:54.038 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:55.354 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:27:55.354 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:27:55.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:27:56.729 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:56.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:54.551527+0000 mgr.smithi116.upuqbt (mgr.14180) 881 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:27:56.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:27:55.349545+0000 mgr.smithi116.upuqbt (mgr.14180) 882 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:56.763 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:54.551527+0000 mgr.smithi116.upuqbt (mgr.14180) 881 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:27:56.763 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:27:55.349545+0000 mgr.smithi116.upuqbt (mgr.14180) 882 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:58.070 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:27:58.070 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:27:58.443 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:27:58.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:56.552167+0000 mgr.smithi116.upuqbt (mgr.14180) 883 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:58.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:56.552167+0000 mgr.smithi116.upuqbt (mgr.14180) 883 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:27:59.445 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:27:59.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:27:59 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:27:58.065121+0000 mgr.smithi116.upuqbt (mgr.14180) 884 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:27:59.811 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:27:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:27:58.065121+0000 mgr.smithi116.upuqbt (mgr.14180) 884 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:00.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:27:58.553031+0000 mgr.smithi116.upuqbt (mgr.14180) 885 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:00.841 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:28:00.842 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:28:00.870 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:27:58.553031+0000 mgr.smithi116.upuqbt (mgr.14180) 885 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:01.210 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:28:01.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:00.553528+0000 mgr.smithi116.upuqbt (mgr.14180) 886 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:01.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:28:00.836591+0000 mgr.smithi116.upuqbt (mgr.14180) 887 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:01.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:00.553528+0000 mgr.smithi116.upuqbt (mgr.14180) 886 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:01.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:28:00.836591+0000 mgr.smithi116.upuqbt (mgr.14180) 887 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:02.211 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:03.630 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:28:03.631 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:28:03.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:02.554069+0000 mgr.smithi116.upuqbt (mgr.14180) 888 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:04.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:03 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:02.554069+0000 mgr.smithi116.upuqbt (mgr.14180) 888 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:04.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:28:04.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:28:03.625297+0000 mgr.smithi116.upuqbt (mgr.14180) 889 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:05.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:28:03.625297+0000 mgr.smithi116.upuqbt (mgr.14180) 889 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:05.035 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:06.390 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:28:06.390 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:28:06.691 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:04.554827+0000 mgr.smithi116.upuqbt (mgr.14180) 890 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:28:06.759 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:28:06.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:06 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:04.554827+0000 mgr.smithi116.upuqbt (mgr.14180) 890 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:28:07.760 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:07.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:07 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:28:06.385462+0000 mgr.smithi116.upuqbt (mgr.14180) 891 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:07.793 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:28:06.385462+0000 mgr.smithi116.upuqbt (mgr.14180) 891 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:08.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:06.555313+0000 mgr.smithi116.upuqbt (mgr.14180) 892 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:08.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:06.555313+0000 mgr.smithi116.upuqbt (mgr.14180) 892 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:09.126 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:28:09.126 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:28:09.511 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:28:09.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:08.556208+0000 mgr.smithi116.upuqbt (mgr.14180) 893 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:09.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:28:09.121429+0000 mgr.smithi116.upuqbt (mgr.14180) 894 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:09.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:08.556208+0000 mgr.smithi116.upuqbt (mgr.14180) 893 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:09.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:28:09.121429+0000 mgr.smithi116.upuqbt (mgr.14180) 894 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:10.513 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:11.793 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:28:11.793 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:28:12.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:28:12.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:10.556820+0000 mgr.smithi116.upuqbt (mgr.14180) 895 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:12.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:10.556820+0000 mgr.smithi116.upuqbt (mgr.14180) 895 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:13.167 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:13.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:28:11.787861+0000 mgr.smithi116.upuqbt (mgr.14180) 896 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:13.862 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:28:11.787861+0000 mgr.smithi116.upuqbt (mgr.14180) 896 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:14.573 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:28:14.574 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:28:14.745 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:12.557491+0000 mgr.smithi116.upuqbt (mgr.14180) 897 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:14.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:12.557491+0000 mgr.smithi116.upuqbt (mgr.14180) 897 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:14.933 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:28:15.935 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:16.636 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:14.558175+0000 mgr.smithi116.upuqbt (mgr.14180) 898 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:28:16.636 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:28:14.568416+0000 mgr.smithi116.upuqbt (mgr.14180) 899 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:16.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:14.558175+0000 mgr.smithi116.upuqbt (mgr.14180) 898 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:28:16.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:28:14.568416+0000 mgr.smithi116.upuqbt (mgr.14180) 899 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:17.326 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:28:17.327 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:28:17.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:16.558807+0000 mgr.smithi116.upuqbt (mgr.14180) 900 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:17.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:28:17.321550+0000 mgr.smithi116.upuqbt (mgr.14180) 901 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:17.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:28:18.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:16.558807+0000 mgr.smithi116.upuqbt (mgr.14180) 900 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:18.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:28:17.321550+0000 mgr.smithi116.upuqbt (mgr.14180) 901 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:18.700 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:19.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:18.559595+0000 mgr.smithi116.upuqbt (mgr.14180) 902 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:20.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:18.559595+0000 mgr.smithi116.upuqbt (mgr.14180) 902 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:20.048 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:28:20.049 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:28:20.407 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:28:21.408 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:21.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:28:20.043955+0000 mgr.smithi116.upuqbt (mgr.14180) 903 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:21.763 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:28:20.043955+0000 mgr.smithi116.upuqbt (mgr.14180) 903 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:22.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:20.560308+0000 mgr.smithi116.upuqbt (mgr.14180) 904 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:22.772 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:28:22.772 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:28:22.794 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:20.560308+0000 mgr.smithi116.upuqbt (mgr.14180) 904 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:23.133 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:28:23.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:23 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:22.560903+0000 mgr.smithi116.upuqbt (mgr.14180) 905 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:23.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:23 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:28:22.767348+0000 mgr.smithi116.upuqbt (mgr.14180) 906 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:23.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:23 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:22.560903+0000 mgr.smithi116.upuqbt (mgr.14180) 905 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:23.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:23 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:28:22.767348+0000 mgr.smithi116.upuqbt (mgr.14180) 906 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:24.134 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:25.458 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:28:25.458 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:28:25.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:28:26.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:24.561911+0000 mgr.smithi116.upuqbt (mgr.14180) 907 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:28:26.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:28:25.452490+0000 mgr.smithi116.upuqbt (mgr.14180) 908 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:26.841 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:26.874 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:24.561911+0000 mgr.smithi116.upuqbt (mgr.14180) 907 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:28:26.874 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:28:25.452490+0000 mgr.smithi116.upuqbt (mgr.14180) 908 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:27.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:27 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:26.562590+0000 mgr.smithi116.upuqbt (mgr.14180) 909 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:28.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:27 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:26.562590+0000 mgr.smithi116.upuqbt (mgr.14180) 909 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:28.168 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:28:28.168 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:28:28.540 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:28:28.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:28:28.163364+0000 mgr.smithi116.upuqbt (mgr.14180) 910 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:29.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:28:28.163364+0000 mgr.smithi116.upuqbt (mgr.14180) 910 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:29.540 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:29.881 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:29 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:28.563314+0000 mgr.smithi116.upuqbt (mgr.14180) 911 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:30.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:29 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:28.563314+0000 mgr.smithi116.upuqbt (mgr.14180) 911 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:30.952 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:28:30.952 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:28:31.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:28:32.293 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:32.624 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:30.563814+0000 mgr.smithi116.upuqbt (mgr.14180) 912 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:32.624 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:28:30.947367+0000 mgr.smithi116.upuqbt (mgr.14180) 913 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:32.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:30.563814+0000 mgr.smithi116.upuqbt (mgr.14180) 912 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:32.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:28:30.947367+0000 mgr.smithi116.upuqbt (mgr.14180) 913 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:33.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:32.564363+0000 mgr.smithi116.upuqbt (mgr.14180) 914 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:33.807 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:28:33.808 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:28:33.828 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:32.564363+0000 mgr.smithi116.upuqbt (mgr.14180) 914 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:34.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:28:34.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:34 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:28:33.803085+0000 mgr.smithi116.upuqbt (mgr.14180) 915 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:34.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:28:33.803085+0000 mgr.smithi116.upuqbt (mgr.14180) 915 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:35.172 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:36.538 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:28:36.538 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:28:36.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:34.565090+0000 mgr.smithi116.upuqbt (mgr.14180) 916 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:28:36.862 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:34.565090+0000 mgr.smithi116.upuqbt (mgr.14180) 916 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:28:36.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:28:37.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:37 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:28:36.532848+0000 mgr.smithi116.upuqbt (mgr.14180) 917 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:37.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:37 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:36.565681+0000 mgr.smithi116.upuqbt (mgr.14180) 918 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:37.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:28:36.532848+0000 mgr.smithi116.upuqbt (mgr.14180) 917 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:37.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:36.565681+0000 mgr.smithi116.upuqbt (mgr.14180) 918 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:37.923 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:39.263 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:28:39.263 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:28:39.631 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:28:39.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:39 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:38.566569+0000 mgr.smithi116.upuqbt (mgr.14180) 919 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:39.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:39 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:28:39.257800+0000 mgr.smithi116.upuqbt (mgr.14180) 920 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:40.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:39 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:38.566569+0000 mgr.smithi116.upuqbt (mgr.14180) 919 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:40.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:39 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:28:39.257800+0000 mgr.smithi116.upuqbt (mgr.14180) 920 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:40.632 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:41.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:40.567154+0000 mgr.smithi116.upuqbt (mgr.14180) 921 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:42.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:40.567154+0000 mgr.smithi116.upuqbt (mgr.14180) 921 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:42.022 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:28:42.022 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:28:42.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:28:42.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:42 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:28:42.017627+0000 mgr.smithi116.upuqbt (mgr.14180) 922 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:43.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:42 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:28:42.017627+0000 mgr.smithi116.upuqbt (mgr.14180) 922 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:43.405 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:43.747 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:42.567715+0000 mgr.smithi116.upuqbt (mgr.14180) 923 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:44.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:43 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:42.567715+0000 mgr.smithi116.upuqbt (mgr.14180) 923 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:44.770 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:28:44.770 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:28:45.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:28:45.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:44.568385+0000 mgr.smithi116.upuqbt (mgr.14180) 924 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:28:45.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:28:44.765728+0000 mgr.smithi116.upuqbt (mgr.14180) 925 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:46.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:44.568385+0000 mgr.smithi116.upuqbt (mgr.14180) 924 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:28:46.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:28:44.765728+0000 mgr.smithi116.upuqbt (mgr.14180) 925 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:46.145 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:47.529 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:28:47.529 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:28:47.843 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:46.569015+0000 mgr.smithi116.upuqbt (mgr.14180) 926 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:47.902 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:28:48.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:46.569015+0000 mgr.smithi116.upuqbt (mgr.14180) 926 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:48.903 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:48.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:28:47.524176+0000 mgr.smithi116.upuqbt (mgr.14180) 927 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:49.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:28:47.524176+0000 mgr.smithi116.upuqbt (mgr.14180) 927 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:49.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:48.569973+0000 mgr.smithi116.upuqbt (mgr.14180) 928 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:50.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:48.569973+0000 mgr.smithi116.upuqbt (mgr.14180) 928 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:50.321 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:28:50.321 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:28:50.729 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:28:50.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:28:50.316317+0000 mgr.smithi116.upuqbt (mgr.14180) 929 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:51.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:28:50.316317+0000 mgr.smithi116.upuqbt (mgr.14180) 929 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:51.729 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:51.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:50.570506+0000 mgr.smithi116.upuqbt (mgr.14180) 930 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:52.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:50.570506+0000 mgr.smithi116.upuqbt (mgr.14180) 930 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:53.056 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:28:53.057 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:28:53.435 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:28:53.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:52.571094+0000 mgr.smithi116.upuqbt (mgr.14180) 931 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:53.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:28:53.051521+0000 mgr.smithi116.upuqbt (mgr.14180) 932 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:54.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:52.571094+0000 mgr.smithi116.upuqbt (mgr.14180) 931 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:54.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:28:53.051521+0000 mgr.smithi116.upuqbt (mgr.14180) 932 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:54.437 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:55.810 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:28:55.810 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:28:55.835 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:54.571889+0000 mgr.smithi116.upuqbt (mgr.14180) 933 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:28:56.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:54.571889+0000 mgr.smithi116.upuqbt (mgr.14180) 933 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:28:56.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:28:56.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:28:55.804462+0000 mgr.smithi116.upuqbt (mgr.14180) 934 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:56.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:28:55.804462+0000 mgr.smithi116.upuqbt (mgr.14180) 934 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:57.185 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:57.830 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:56.572407+0000 mgr.smithi116.upuqbt (mgr.14180) 935 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:58.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:56.572407+0000 mgr.smithi116.upuqbt (mgr.14180) 935 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:28:58.515 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:28:58.515 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:28:58.935 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:28:59.936 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:28:59.967 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:28:58.509721+0000 mgr.smithi116.upuqbt (mgr.14180) 936 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:28:59.967 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:28:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:28:58.573372+0000 mgr.smithi116.upuqbt (mgr.14180) 937 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:00.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:59 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:28:58.509721+0000 mgr.smithi116.upuqbt (mgr.14180) 936 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:00.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:28:59 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:28:58.573372+0000 mgr.smithi116.upuqbt (mgr.14180) 937 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:01.347 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:29:01.348 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:29:01.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:00.573865+0000 mgr.smithi116.upuqbt (mgr.14180) 938 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:01.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:01.341954+0000 mgr.smithi116.upuqbt (mgr.14180) 939 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:01.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:29:02.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:00.573865+0000 mgr.smithi116.upuqbt (mgr.14180) 938 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:02.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:01.341954+0000 mgr.smithi116.upuqbt (mgr.14180) 939 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:02.708 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:03.730 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:02.574583+0000 mgr.smithi116.upuqbt (mgr.14180) 940 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:04.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:03 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:02.574583+0000 mgr.smithi116.upuqbt (mgr.14180) 940 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:04.087 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:29:04.087 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:29:04.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:29:04.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:04.081834+0000 mgr.smithi116.upuqbt (mgr.14180) 941 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:05.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:04.081834+0000 mgr.smithi116.upuqbt (mgr.14180) 941 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:05.452 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:05.819 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:05 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:04.575301+0000 mgr.smithi116.upuqbt (mgr.14180) 942 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:29:06.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:05 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:04.575301+0000 mgr.smithi116.upuqbt (mgr.14180) 942 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:29:06.803 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:29:06.803 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:29:07.168 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:29:07.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:06.575806+0000 mgr.smithi116.upuqbt (mgr.14180) 943 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:07.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:06.797980+0000 mgr.smithi116.upuqbt (mgr.14180) 944 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:08.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:07 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:06.575806+0000 mgr.smithi116.upuqbt (mgr.14180) 943 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:08.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:07 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:06.797980+0000 mgr.smithi116.upuqbt (mgr.14180) 944 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:08.169 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:09.717 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:29:09.717 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:29:09.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:08.576423+0000 mgr.smithi116.upuqbt (mgr.14180) 945 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:10.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:08.576423+0000 mgr.smithi116.upuqbt (mgr.14180) 945 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:10.083 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:29:10.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:09.711271+0000 mgr.smithi116.upuqbt (mgr.14180) 946 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:11.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:09.711271+0000 mgr.smithi116.upuqbt (mgr.14180) 946 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:11.085 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:11.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:10.577007+0000 mgr.smithi116.upuqbt (mgr.14180) 947 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:12.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:10.577007+0000 mgr.smithi116.upuqbt (mgr.14180) 947 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:12.498 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:29:12.498 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:29:12.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:12.493423+0000 mgr.smithi116.upuqbt (mgr.14180) 948 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:12.866 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:29:13.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:12.493423+0000 mgr.smithi116.upuqbt (mgr.14180) 948 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:13.867 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:14.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:12.577669+0000 mgr.smithi116.upuqbt (mgr.14180) 949 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:14.154 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:12.577669+0000 mgr.smithi116.upuqbt (mgr.14180) 949 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:15.183 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:29:15.183 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:29:15.565 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:29:15.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:15 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:14.578502+0000 mgr.smithi116.upuqbt (mgr.14180) 950 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:29:15.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:15 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:15.178173+0000 mgr.smithi116.upuqbt (mgr.14180) 951 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:16.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:15 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:14.578502+0000 mgr.smithi116.upuqbt (mgr.14180) 950 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:29:16.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:15 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:15.178173+0000 mgr.smithi116.upuqbt (mgr.14180) 951 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:16.566 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:17.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:16.579164+0000 mgr.smithi116.upuqbt (mgr.14180) 952 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:17.927 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:29:17.927 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:21:46.787922Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.cwikbm on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-cwikbm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.cwikbm\nDeploy daemon haproxy.nfs.foo.smithi195.cwikbm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:19:54Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:20:31Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:21:09Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.997707Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.physab on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-physab\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.physab\nDeploy daemon haproxy.nfs.foo.smithi116.physab ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:22:23Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:01Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:23:38Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:24:15.998917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.nqqmgb on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:29:18.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:16.579164+0000 mgr.smithi116.upuqbt (mgr.14180) 952 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:18.299 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:29:19.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:17.922507+0000 mgr.smithi116.upuqbt (mgr.14180) 953 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:19.155 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:17.922507+0000 mgr.smithi116.upuqbt (mgr.14180) 953 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:19.300 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:19.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:18.580047+0000 mgr.smithi116.upuqbt (mgr.14180) 954 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:19.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:29:19.248175+0000 mgr.smithi116.upuqbt (mgr.14180) 955 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih 2024-01-21T08:29:19.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih 2024-01-21T08:29:19.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih 2024-01-21T08:29:19.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih 2024-01-21T08:29:19.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Deploy daemon haproxy.nfs.foo.smithi116.zkdwih ... 2024-01-21T08:29:19.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:29:19.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:29:19.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:27:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:29:19.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:28:04Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:29:19.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:28:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:29:19.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:29:19.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:29:19.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Traceback (most recent call last): 2024-01-21T08:29:19.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:29:19.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: yield (conn, connr) 2024-01-21T08:29:19.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:29:19.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: code, '\n'.join(err))) 2024-01-21T08:29:19.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih 2024-01-21T08:29:19.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih 2024-01-21T08:29:19.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih 2024-01-21T08:29:19.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih 2024-01-21T08:29:19.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Deploy daemon haproxy.nfs.foo.smithi116.zkdwih ... 2024-01-21T08:29:19.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:29:19.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:29:19.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:27:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:29:19.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:28:04Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:29:19.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:28:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:29:19.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:29:19.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:29:19.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:29:19.248386+0000 mgr.smithi116.upuqbt (mgr.14180) 956 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.zkdwih 2024-01-21T08:29:19.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:19.248748+0000 mon.smithi116 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.zkdwih"}]: dispatch 2024-01-21T08:29:19.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:29:19.249416+0000 mgr.smithi116.upuqbt (mgr.14180) 957 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih 2024-01-21T08:29:19.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih 2024-01-21T08:29:19.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih 2024-01-21T08:29:19.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih 2024-01-21T08:29:19.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Deploy daemon haproxy.nfs.foo.smithi116.zkdwih ... 2024-01-21T08:29:19.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:29:19.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:29:19.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:27:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:29:19.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:28:04Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:29:19.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:28:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:29:19.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:29:19.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:29:19.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:29:19.250801+0000 mgr.smithi116.upuqbt (mgr.14180) 958 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:29:19.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:29:19.251931+0000 mgr.smithi116.upuqbt (mgr.14180) 959 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:29:19.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:19.252932+0000 mgr.smithi116.upuqbt (mgr.14180) 960 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-21T08:29:20.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:18.580047+0000 mgr.smithi116.upuqbt (mgr.14180) 954 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:20.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:29:19.248175+0000 mgr.smithi116.upuqbt (mgr.14180) 955 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih 2024-01-21T08:29:20.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih 2024-01-21T08:29:20.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih 2024-01-21T08:29:20.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih 2024-01-21T08:29:20.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Deploy daemon haproxy.nfs.foo.smithi116.zkdwih ... 2024-01-21T08:29:20.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:29:20.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:29:20.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:27:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:29:20.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:28:04Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:29:20.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:28:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:29:20.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:29:20.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:29:20.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Traceback (most recent call last): 2024-01-21T08:29:20.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:29:20.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: yield (conn, connr) 2024-01-21T08:29:20.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:29:20.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: code, '\n'.join(err))) 2024-01-21T08:29:20.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih 2024-01-21T08:29:20.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih 2024-01-21T08:29:20.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih 2024-01-21T08:29:20.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih 2024-01-21T08:29:20.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Deploy daemon haproxy.nfs.foo.smithi116.zkdwih ... 2024-01-21T08:29:20.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:29:20.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:29:20.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:27:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:29:20.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:28:04Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:29:20.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:28:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:29:20.016 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:29:20.016 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:29:20.016 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:29:19.248386+0000 mgr.smithi116.upuqbt (mgr.14180) 956 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.zkdwih 2024-01-21T08:29:20.016 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:19.248748+0000 mon.smithi116 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.zkdwih"}]: dispatch 2024-01-21T08:29:20.016 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:29:19.249416+0000 mgr.smithi116.upuqbt (mgr.14180) 957 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih 2024-01-21T08:29:20.016 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih 2024-01-21T08:29:20.016 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih 2024-01-21T08:29:20.016 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih 2024-01-21T08:29:20.016 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Deploy daemon haproxy.nfs.foo.smithi116.zkdwih ... 2024-01-21T08:29:20.016 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:29:20.016 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:29:20.016 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:27:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:29:20.017 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:28:04Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:29:20.017 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:28:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:29:20.017 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:29:20.017 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:29:20.017 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:29:19.250801+0000 mgr.smithi116.upuqbt (mgr.14180) 958 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:29:20.017 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:29:19.251931+0000 mgr.smithi116.upuqbt (mgr.14180) 959 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:29:20.017 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:19.252932+0000 mgr.smithi116.upuqbt (mgr.14180) 960 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-21T08:29:20.679 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:29:20.679 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:29:21.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:19.672090+0000 mon.smithi116 (mon.0) 697 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:29:21.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:19.672090+0000 mon.smithi116 (mon.0) 697 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:29:21.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:29:22.086 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:22.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:20.674147+0000 mgr.smithi116.upuqbt (mgr.14180) 961 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:22.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:21.056750+0000 mon.smithi116 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:29:22.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:21.253794+0000 mgr.smithi116.upuqbt (mgr.14180) 962 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-21T08:29:22.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:20.674147+0000 mgr.smithi116.upuqbt (mgr.14180) 961 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:22.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:21.056750+0000 mon.smithi116 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:29:22.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:21.253794+0000 mgr.smithi116.upuqbt (mgr.14180) 962 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-21T08:29:23.467 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:29:23.467 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:29:23.799 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:29:24.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:23.254581+0000 mgr.smithi116.upuqbt (mgr.14180) 963 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-01-21T08:29:24.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:23.461726+0000 mgr.smithi116.upuqbt (mgr.14180) 964 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:24.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:23.254581+0000 mgr.smithi116.upuqbt (mgr.14180) 963 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-01-21T08:29:24.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:23.461726+0000 mgr.smithi116.upuqbt (mgr.14180) 964 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:24.800 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:26.145 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:29:26.145 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:29:26.446 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:25.255496+0000 mgr.smithi116.upuqbt (mgr.14180) 965 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-21T08:29:26.446 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:25.674148+0000 mon.smithi116 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:29:26.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:29:26.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:25.255496+0000 mgr.smithi116.upuqbt (mgr.14180) 965 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-21T08:29:26.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:25.674148+0000 mon.smithi116 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:29:27.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:27 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:26.139847+0000 mgr.smithi116.upuqbt (mgr.14180) 966 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:27.516 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:27.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:27 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:26.139847+0000 mgr.smithi116.upuqbt (mgr.14180) 966 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:28.500 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:27.256280+0000 mgr.smithi116.upuqbt (mgr.14180) 967 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-21T08:29:28.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:27.256280+0000 mgr.smithi116.upuqbt (mgr.14180) 967 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-21T08:29:28.860 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:29:28.860 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:29:29.223 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:29:30.225 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:30.573 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:30 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:28.854827+0000 mgr.smithi116.upuqbt (mgr.14180) 968 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:30.573 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:30 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:29.257230+0000 mgr.smithi116.upuqbt (mgr.14180) 969 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-21T08:29:30.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:30 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:28.854827+0000 mgr.smithi116.upuqbt (mgr.14180) 968 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:30.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:30 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:29.257230+0000 mgr.smithi116.upuqbt (mgr.14180) 969 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-21T08:29:31.661 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:29:31.661 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:29:31.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:31 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:31.258140+0000 mgr.smithi116.upuqbt (mgr.14180) 970 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:32.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:31 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:31.258140+0000 mgr.smithi116.upuqbt (mgr.14180) 970 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:32.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:29:32.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:31.656489+0000 mgr.smithi116.upuqbt (mgr.14180) 971 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:33.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:31.656489+0000 mgr.smithi116.upuqbt (mgr.14180) 971 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:33.040 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:33.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:33 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:33.258972+0000 mgr.smithi116.upuqbt (mgr.14180) 972 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:29:34.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:33 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:33.258972+0000 mgr.smithi116.upuqbt (mgr.14180) 972 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:29:34.443 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:29:34.444 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:29:34.736 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:34.438407+0000 mgr.smithi116.upuqbt (mgr.14180) 973 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:34.820 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:29:35.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:34 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:34.438407+0000 mgr.smithi116.upuqbt (mgr.14180) 973 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:35.821 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:35.852 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:35 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:35.259805+0000 mgr.smithi116.upuqbt (mgr.14180) 974 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:36.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:35 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:35.259805+0000 mgr.smithi116.upuqbt (mgr.14180) 974 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:37.167 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:29:37.168 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:29:37.547 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:29:38.547 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:38.580 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:37.162225+0000 mgr.smithi116.upuqbt (mgr.14180) 975 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:38.580 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:37.260518+0000 mgr.smithi116.upuqbt (mgr.14180) 976 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:38.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:38 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:37.162225+0000 mgr.smithi116.upuqbt (mgr.14180) 975 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:38.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:38 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:37.260518+0000 mgr.smithi116.upuqbt (mgr.14180) 976 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:39.919 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:29:39.919 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:29:40.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:29:40.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:40 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:39.261584+0000 mgr.smithi116.upuqbt (mgr.14180) 977 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:40.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:40 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:39.261584+0000 mgr.smithi116.upuqbt (mgr.14180) 977 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:41.315 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:41.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:39.914091+0000 mgr.smithi116.upuqbt (mgr.14180) 978 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:41.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:39.914091+0000 mgr.smithi116.upuqbt (mgr.14180) 978 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:42.650 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:29:42.650 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:29:42.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:42 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:41.262251+0000 mgr.smithi116.upuqbt (mgr.14180) 979 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:42.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:42 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:41.262251+0000 mgr.smithi116.upuqbt (mgr.14180) 979 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:43.036 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:29:44.037 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:44.581 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:42.645637+0000 mgr.smithi116.upuqbt (mgr.14180) 980 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:44.582 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:43.263151+0000 mgr.smithi116.upuqbt (mgr.14180) 981 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:29:44.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:42.645637+0000 mgr.smithi116.upuqbt (mgr.14180) 980 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:44.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:43.263151+0000 mgr.smithi116.upuqbt (mgr.14180) 981 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:29:45.611 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:29:45.612 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:29:45.985 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:29:46.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:45.263855+0000 mgr.smithi116.upuqbt (mgr.14180) 982 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:46.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:45.263855+0000 mgr.smithi116.upuqbt (mgr.14180) 982 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:46.987 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:47.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:47 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:45.606746+0000 mgr.smithi116.upuqbt (mgr.14180) 983 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:47.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:47 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:45.606746+0000 mgr.smithi116.upuqbt (mgr.14180) 983 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:48.438 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:29:48.438 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:29:48.606 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:47.264774+0000 mgr.smithi116.upuqbt (mgr.14180) 984 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:48.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:47.264774+0000 mgr.smithi116.upuqbt (mgr.14180) 984 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:48.793 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:29:49.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:48.432529+0000 mgr.smithi116.upuqbt (mgr.14180) 985 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:49.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:48.432529+0000 mgr.smithi116.upuqbt (mgr.14180) 985 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:49.794 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:50.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:49.265670+0000 mgr.smithi116.upuqbt (mgr.14180) 986 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:50.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:49.265670+0000 mgr.smithi116.upuqbt (mgr.14180) 986 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:51.227 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:29:51.227 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:29:51.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:29:51.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:51.222185+0000 mgr.smithi116.upuqbt (mgr.14180) 987 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:51.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:51.266364+0000 mgr.smithi116.upuqbt (mgr.14180) 988 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:52.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:51.222185+0000 mgr.smithi116.upuqbt (mgr.14180) 987 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:52.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:51.266364+0000 mgr.smithi116.upuqbt (mgr.14180) 988 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:52.595 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:53.949 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:29:53.950 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:29:54.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:29:54.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:53.267218+0000 mgr.smithi116.upuqbt (mgr.14180) 989 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:29:54.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:53.267218+0000 mgr.smithi116.upuqbt (mgr.14180) 989 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:29:55.319 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:55.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:53.944612+0000 mgr.smithi116.upuqbt (mgr.14180) 990 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:55.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:53.944612+0000 mgr.smithi116.upuqbt (mgr.14180) 990 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:56.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:55.268086+0000 mgr.smithi116.upuqbt (mgr.14180) 991 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:56.692 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:29:56.692 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:29:56.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:55.268086+0000 mgr.smithi116.upuqbt (mgr.14180) 991 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:57.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:29:58.070 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:29:58.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:56.687472+0000 mgr.smithi116.upuqbt (mgr.14180) 992 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:58.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:29:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:57.268852+0000 mgr.smithi116.upuqbt (mgr.14180) 993 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:58.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:56.687472+0000 mgr.smithi116.upuqbt (mgr.14180) 992 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:29:58.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:29:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:57.268852+0000 mgr.smithi116.upuqbt (mgr.14180) 993 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:29:59.459 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:29:59.459 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:29:59.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:30:00.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:29:59.269709+0000 mgr.smithi116.upuqbt (mgr.14180) 994 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:00.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:29:59.454273+0000 mgr.smithi116.upuqbt (mgr.14180) 995 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:00.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000193+0000 mon.smithi116 (mon.0) 700 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T08:30:00.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000260+0000 mon.smithi116 (mon.0) 701 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-21T08:30:00.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000303+0000 mon.smithi116 (mon.0) 702 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl 2024-01-21T08:30:00.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000342+0000 mon.smithi116 (mon.0) 703 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl 2024-01-21T08:30:00.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000381+0000 mon.smithi116 (mon.0) 704 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl 2024-01-21T08:30:00.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000420+0000 mon.smithi116 (mon.0) 705 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl 2024-01-21T08:30:00.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000465+0000 mon.smithi116 (mon.0) 706 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi195.iuusxl ... 2024-01-21T08:30:00.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000479+0000 mon.smithi116 (mon.0) 707 : 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:30:00.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000495+0000 mon.smithi116 (mon.0) 708 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:30:00.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000515+0000 mon.smithi116 (mon.0) 709 : cluster [WRN] stat: stderr time="2024-01-21T08:24:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:30:00.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000530+0000 mon.smithi116 (mon.0) 710 : cluster [WRN] stat: stderr time="2024-01-21T08:25:34Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:30:00.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000544+0000 mon.smithi116 (mon.0) 711 : cluster [WRN] stat: stderr time="2024-01-21T08:26:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:30:00.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000557+0000 mon.smithi116 (mon.0) 712 : cluster [WRN] stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:30:00.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000573+0000 mon.smithi116 (mon.0) 713 : 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:30:00.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000599+0000 mon.smithi116 (mon.0) 714 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih 2024-01-21T08:30:00.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000623+0000 mon.smithi116 (mon.0) 715 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih 2024-01-21T08:30:00.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000637+0000 mon.smithi116 (mon.0) 716 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih 2024-01-21T08:30:00.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000650+0000 mon.smithi116 (mon.0) 717 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih 2024-01-21T08:30:00.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000663+0000 mon.smithi116 (mon.0) 718 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi116.zkdwih ... 2024-01-21T08:30:00.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000676+0000 mon.smithi116 (mon.0) 719 : 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:30:00.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000689+0000 mon.smithi116 (mon.0) 720 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:30:00.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000703+0000 mon.smithi116 (mon.0) 721 : cluster [WRN] stat: stderr time="2024-01-21T08:27:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:30:00.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000717+0000 mon.smithi116 (mon.0) 722 : cluster [WRN] stat: stderr time="2024-01-21T08:28:04Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:30:00.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000736+0000 mon.smithi116 (mon.0) 723 : cluster [WRN] stat: stderr time="2024-01-21T08:28:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:30:00.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000749+0000 mon.smithi116 (mon.0) 724 : cluster [WRN] stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:30:00.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000762+0000 mon.smithi116 (mon.0) 725 : 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:30:00.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000776+0000 mon.smithi116 (mon.0) 726 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:30:00.657 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:00.000789+0000 mon.smithi116 (mon.0) 727 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:30:00.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:29:59.269709+0000 mgr.smithi116.upuqbt (mgr.14180) 994 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:00.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:29:59.454273+0000 mgr.smithi116.upuqbt (mgr.14180) 995 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:00.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000193+0000 mon.smithi116 (mon.0) 700 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T08:30:00.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000260+0000 mon.smithi116 (mon.0) 701 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-21T08:30:00.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000303+0000 mon.smithi116 (mon.0) 702 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl 2024-01-21T08:30:00.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000342+0000 mon.smithi116 (mon.0) 703 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl 2024-01-21T08:30:00.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000381+0000 mon.smithi116 (mon.0) 704 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl 2024-01-21T08:30:00.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000420+0000 mon.smithi116 (mon.0) 705 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl 2024-01-21T08:30:00.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000465+0000 mon.smithi116 (mon.0) 706 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi195.iuusxl ... 2024-01-21T08:30:00.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000479+0000 mon.smithi116 (mon.0) 707 : 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:30:00.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000495+0000 mon.smithi116 (mon.0) 708 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:30:00.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000515+0000 mon.smithi116 (mon.0) 709 : cluster [WRN] stat: stderr time="2024-01-21T08:24:57Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:30:00.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000530+0000 mon.smithi116 (mon.0) 710 : cluster [WRN] stat: stderr time="2024-01-21T08:25:34Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:30:00.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000544+0000 mon.smithi116 (mon.0) 711 : cluster [WRN] stat: stderr time="2024-01-21T08:26:12Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:30:00.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000557+0000 mon.smithi116 (mon.0) 712 : cluster [WRN] stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:30:00.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000573+0000 mon.smithi116 (mon.0) 713 : 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:30:00.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000599+0000 mon.smithi116 (mon.0) 714 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih 2024-01-21T08:30:00.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000623+0000 mon.smithi116 (mon.0) 715 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih 2024-01-21T08:30:00.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000637+0000 mon.smithi116 (mon.0) 716 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih 2024-01-21T08:30:00.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000650+0000 mon.smithi116 (mon.0) 717 : cluster [WRN] /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih 2024-01-21T08:30:00.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000663+0000 mon.smithi116 (mon.0) 718 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi116.zkdwih ... 2024-01-21T08:30:00.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000676+0000 mon.smithi116 (mon.0) 719 : 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:30:00.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000689+0000 mon.smithi116 (mon.0) 720 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:30:00.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000703+0000 mon.smithi116 (mon.0) 721 : cluster [WRN] stat: stderr time="2024-01-21T08:27:26Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:30:00.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000717+0000 mon.smithi116 (mon.0) 722 : cluster [WRN] stat: stderr time="2024-01-21T08:28:04Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:30:00.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000736+0000 mon.smithi116 (mon.0) 723 : cluster [WRN] stat: stderr time="2024-01-21T08:28:41Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:30:00.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000749+0000 mon.smithi116 (mon.0) 724 : cluster [WRN] stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:30:00.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000762+0000 mon.smithi116 (mon.0) 725 : 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:30:00.764 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000776+0000 mon.smithi116 (mon.0) 726 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:30:00.765 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:00.000789+0000 mon.smithi116 (mon.0) 727 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:30:00.826 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:01.871 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:01.270560+0000 mgr.smithi116.upuqbt (mgr.14180) 996 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:02.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:01.270560+0000 mgr.smithi116.upuqbt (mgr.14180) 996 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:02.253 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:30:02.254 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:30:02.626 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:30:02.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:02 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:02.249031+0000 mgr.smithi116.upuqbt (mgr.14180) 997 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:03.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:02.249031+0000 mgr.smithi116.upuqbt (mgr.14180) 997 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:03.627 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:03.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:03.271514+0000 mgr.smithi116.upuqbt (mgr.14180) 998 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:30:04.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:03 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:03.271514+0000 mgr.smithi116.upuqbt (mgr.14180) 998 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:30:04.958 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:30:04.958 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:30:05.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:30:06.350 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:06.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:04.953256+0000 mgr.smithi116.upuqbt (mgr.14180) 999 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:06.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:05.272305+0000 mgr.smithi116.upuqbt (mgr.14180) 1000 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:06.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:06 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:04.953256+0000 mgr.smithi116.upuqbt (mgr.14180) 999 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:06.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:06 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:05.272305+0000 mgr.smithi116.upuqbt (mgr.14180) 1000 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:07.717 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:30:07.717 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:30:08.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:30:08.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:07.273129+0000 mgr.smithi116.upuqbt (mgr.14180) 1001 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:08.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:07.273129+0000 mgr.smithi116.upuqbt (mgr.14180) 1001 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:09.094 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:09.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:09 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:07.712105+0000 mgr.smithi116.upuqbt (mgr.14180) 1002 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:09.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:09 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:07.712105+0000 mgr.smithi116.upuqbt (mgr.14180) 1002 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:10.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:09.274008+0000 mgr.smithi116.upuqbt (mgr.14180) 1003 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:10.448 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:30:10.448 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:30:10.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:09.274008+0000 mgr.smithi116.upuqbt (mgr.14180) 1003 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:10.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:30:11.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:10.442913+0000 mgr.smithi116.upuqbt (mgr.14180) 1004 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:11.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:10.442913+0000 mgr.smithi116.upuqbt (mgr.14180) 1004 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:11.825 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:12.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:11.274754+0000 mgr.smithi116.upuqbt (mgr.14180) 1005 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:12.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:11.274754+0000 mgr.smithi116.upuqbt (mgr.14180) 1005 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:13.211 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:30:13.211 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:30:13.573 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:30:14.574 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:14.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:13.205865+0000 mgr.smithi116.upuqbt (mgr.14180) 1006 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:14.607 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:13.275593+0000 mgr.smithi116.upuqbt (mgr.14180) 1007 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:30:14.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:13.205865+0000 mgr.smithi116.upuqbt (mgr.14180) 1006 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:14.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:13.275593+0000 mgr.smithi116.upuqbt (mgr.14180) 1007 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:30:15.898 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:30:15.899 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:30:16.290 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:30:16.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:15.276425+0000 mgr.smithi116.upuqbt (mgr.14180) 1008 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:16.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:15.276425+0000 mgr.smithi116.upuqbt (mgr.14180) 1008 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:17.290 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:17.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:15.893016+0000 mgr.smithi116.upuqbt (mgr.14180) 1009 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:17.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:15.893016+0000 mgr.smithi116.upuqbt (mgr.14180) 1009 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:18.651 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:30:18.651 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:17.630676Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:17.630826Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:17.630903Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:17.630968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:17.631038Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:17.631300Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:30:18.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:17.277302+0000 mgr.smithi116.upuqbt (mgr.14180) 1010 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:18.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:17.277302+0000 mgr.smithi116.upuqbt (mgr.14180) 1010 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:19.022 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:30:19.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:19 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:19.254330+0000 mon.smithi116 (mon.0) 728 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:30:19.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:19 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:19.254330+0000 mon.smithi116 (mon.0) 728 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:30:20.023 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:20.624 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:18.646090+0000 mgr.smithi116.upuqbt (mgr.14180) 1011 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:20.624 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:19.278158+0000 mgr.smithi116.upuqbt (mgr.14180) 1012 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:20.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:18.646090+0000 mgr.smithi116.upuqbt (mgr.14180) 1011 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:20.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:19.278158+0000 mgr.smithi116.upuqbt (mgr.14180) 1012 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:21.813 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:30:21.813 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:24:20.003939Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:24:20.004003Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:24:20.004064Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:24:20.003851Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:24:20.003708Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:24:20.004535Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:24:20.004124Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:24:20.004241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:24:20.004182Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:24:20.004477Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:30:21.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:20.647466+0000 mon.smithi116 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:30:21.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:21.278986+0000 mgr.smithi116.upuqbt (mgr.14180) 1013 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:22.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:20.647466+0000 mon.smithi116 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:30:22.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:21.278986+0000 mgr.smithi116.upuqbt (mgr.14180) 1013 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:22.443 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:30:22.816 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:21.807093+0000 mgr.smithi116.upuqbt (mgr.14180) 1014 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:23.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:21.807093+0000 mgr.smithi116.upuqbt (mgr.14180) 1014 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:23.444 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:24.142 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:23.016936+0000 mon.smithi116 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:30:24.142 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:23.279812+0000 mgr.smithi116.upuqbt (mgr.14180) 1015 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:30:24.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:23.299311+0000 mon.smithi116 (mon.0) 731 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:30:24.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:23.299985+0000 mon.smithi116 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:30:24.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:23.304141+0000 mon.smithi116 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:30:24.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:23.304549+0000 mgr.smithi116.upuqbt (mgr.14180) 1016 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T08:30:24.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:23.307497+0000 mon.smithi116 (mon.0) 734 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:30:24.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:23.313972+0000 mon.smithi116 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:30:24.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:30:23.315835+0000 mgr.smithi116.upuqbt (mgr.14180) 1017 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi195.qqvjki on smithi195 2024-01-21T08:30:24.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:23.016936+0000 mon.smithi116 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:30:24.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:23.279812+0000 mgr.smithi116.upuqbt (mgr.14180) 1015 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:30:24.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:23.299311+0000 mon.smithi116 (mon.0) 731 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:30:24.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:23.299985+0000 mon.smithi116 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:30:24.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:23.304141+0000 mon.smithi116 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:30:24.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:23.304549+0000 mgr.smithi116.upuqbt (mgr.14180) 1016 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T08:30:24.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:23.307497+0000 mon.smithi116 (mon.0) 734 : audit [DBG] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:30:24.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:23.313972+0000 mon.smithi116 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:30:24.513 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:30:23.315835+0000 mgr.smithi116.upuqbt (mgr.14180) 1017 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi195.qqvjki on smithi195 2024-01-21T08:30:24.806 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:30:24.806 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:30:25.145 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:24.015054+0000 mon.smithi116 (mon.0) 736 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:30:25.145 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:24.015105+0000 mon.smithi116 (mon.0) 737 : cluster [INF] Cluster is now healthy 2024-01-21T08:30:25.197 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:30:25.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:24.015054+0000 mon.smithi116 (mon.0) 736 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:30:25.512 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:24.015105+0000 mon.smithi116 (mon.0) 737 : cluster [INF] Cluster is now healthy 2024-01-21T08:30:26.198 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:26.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:24.800850+0000 mgr.smithi116.upuqbt (mgr.14180) 1018 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:26.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:25.305100+0000 mgr.smithi116.upuqbt (mgr.14180) 1019 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T08:30:26.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:25.675141+0000 mon.smithi116 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:30:26.465 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:24.800850+0000 mgr.smithi116.upuqbt (mgr.14180) 1018 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:26.465 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:25.305100+0000 mgr.smithi116.upuqbt (mgr.14180) 1019 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T08:30:26.465 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:25.675141+0000 mon.smithi116 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' 2024-01-21T08:30:27.504 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:30:27.504 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:30:27.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:30:28.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:27.305712+0000 mgr.smithi116.upuqbt (mgr.14180) 1020 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T08:30:28.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:27.498996+0000 mgr.smithi116.upuqbt (mgr.14180) 1021 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:28.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:27.305712+0000 mgr.smithi116.upuqbt (mgr.14180) 1020 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T08:30:28.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:27.498996+0000 mgr.smithi116.upuqbt (mgr.14180) 1021 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:28.880 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:30.308 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:30:30.309 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:30:30.636 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:30 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:29.306486+0000 mgr.smithi116.upuqbt (mgr.14180) 1022 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T08:30:30.721 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:30:30.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:30 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:29.306486+0000 mgr.smithi116.upuqbt (mgr.14180) 1022 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T08:30:31.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:31 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:30.303324+0000 mgr.smithi116.upuqbt (mgr.14180) 1023 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:31.722 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:31.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:31 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:30.303324+0000 mgr.smithi116.upuqbt (mgr.14180) 1023 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:32.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:31.307138+0000 mgr.smithi116.upuqbt (mgr.14180) 1024 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T08:30:32.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:31.307138+0000 mgr.smithi116.upuqbt (mgr.14180) 1024 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T08:30:33.049 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:30:33.049 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:30:33.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:30:34.429 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:34.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:33.044118+0000 mgr.smithi116.upuqbt (mgr.14180) 1025 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:34.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:33.307913+0000 mgr.smithi116.upuqbt (mgr.14180) 1026 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T08:30:34.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:34 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:33.044118+0000 mgr.smithi116.upuqbt (mgr.14180) 1025 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:34.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:34 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:33.307913+0000 mgr.smithi116.upuqbt (mgr.14180) 1026 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T08:30:35.855 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:30:35.855 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:30:36.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:30:36.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:35.308531+0000 mgr.smithi116.upuqbt (mgr.14180) 1027 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:36.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:35.308531+0000 mgr.smithi116.upuqbt (mgr.14180) 1027 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:37.238 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:37.404 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:37 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:35.850055+0000 mgr.smithi116.upuqbt (mgr.14180) 1028 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:37.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:37 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:35.850055+0000 mgr.smithi116.upuqbt (mgr.14180) 1028 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:38.627 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:30:38.627 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:30:38.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:37.309163+0000 mgr.smithi116.upuqbt (mgr.14180) 1029 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:38.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:38 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:37.309163+0000 mgr.smithi116.upuqbt (mgr.14180) 1029 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:39.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:30:40.046 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:40.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:40 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:38.621821+0000 mgr.smithi116.upuqbt (mgr.14180) 1030 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:40.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:40 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:39.309977+0000 mgr.smithi116.upuqbt (mgr.14180) 1031 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:40.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:40 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:38.621821+0000 mgr.smithi116.upuqbt (mgr.14180) 1030 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:40.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:40 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:39.309977+0000 mgr.smithi116.upuqbt (mgr.14180) 1031 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:41.403 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:30:41.403 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:30:41.692 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:41.310468+0000 mgr.smithi116.upuqbt (mgr.14180) 1032 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:41.692 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:41.397927+0000 mgr.smithi116.upuqbt (mgr.14180) 1033 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:41.794 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:30:42.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:41.310468+0000 mgr.smithi116.upuqbt (mgr.14180) 1032 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:42.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:41.397927+0000 mgr.smithi116.upuqbt (mgr.14180) 1033 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:42.795 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:44.150 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:30:44.150 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:30:44.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:43.311218+0000 mgr.smithi116.upuqbt (mgr.14180) 1034 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:30:44.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:30:44.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:43.311218+0000 mgr.smithi116.upuqbt (mgr.14180) 1034 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:30:45.521 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:45.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:44.145583+0000 mgr.smithi116.upuqbt (mgr.14180) 1035 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:45.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:44.145583+0000 mgr.smithi116.upuqbt (mgr.14180) 1035 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:46.481 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:45.311905+0000 mgr.smithi116.upuqbt (mgr.14180) 1036 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:46.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:45.311905+0000 mgr.smithi116.upuqbt (mgr.14180) 1036 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:46.862 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:30:46.862 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:30:47.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:30:48.236 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:48.586 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:46.857228+0000 mgr.smithi116.upuqbt (mgr.14180) 1037 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:48.586 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:47.312491+0000 mgr.smithi116.upuqbt (mgr.14180) 1038 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:48.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:46.857228+0000 mgr.smithi116.upuqbt (mgr.14180) 1037 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:48.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:47.312491+0000 mgr.smithi116.upuqbt (mgr.14180) 1038 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:49.644 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:30:49.644 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:30:50.036 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:30:50.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:49.313280+0000 mgr.smithi116.upuqbt (mgr.14180) 1039 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:50.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:49.313280+0000 mgr.smithi116.upuqbt (mgr.14180) 1039 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:51.037 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:51.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:49.639038+0000 mgr.smithi116.upuqbt (mgr.14180) 1040 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:51.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:49.639038+0000 mgr.smithi116.upuqbt (mgr.14180) 1040 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:52.430 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:30:52.430 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:30:52.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:51.314066+0000 mgr.smithi116.upuqbt (mgr.14180) 1041 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:52.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:51.314066+0000 mgr.smithi116.upuqbt (mgr.14180) 1041 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:52.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:30:53.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:52.424863+0000 mgr.smithi116.upuqbt (mgr.14180) 1042 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:53.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:52.424863+0000 mgr.smithi116.upuqbt (mgr.14180) 1042 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:53.801 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:54.405 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:53.315003+0000 mgr.smithi116.upuqbt (mgr.14180) 1043 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:30:54.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:53.315003+0000 mgr.smithi116.upuqbt (mgr.14180) 1043 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:30:55.207 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:30:55.207 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:30:55.543 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:30:56.544 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:56.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:55.202593+0000 mgr.smithi116.upuqbt (mgr.14180) 1044 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:56.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:55.315791+0000 mgr.smithi116.upuqbt (mgr.14180) 1045 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:56.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:55.202593+0000 mgr.smithi116.upuqbt (mgr.14180) 1044 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:56.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:55.315791+0000 mgr.smithi116.upuqbt (mgr.14180) 1045 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:57.960 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:30:57.960 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:30:58.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:30:58.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:57.316370+0000 mgr.smithi116.upuqbt (mgr.14180) 1046 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:58.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:57.316370+0000 mgr.smithi116.upuqbt (mgr.14180) 1046 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:30:59.334 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:30:59.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:30:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:30:57.955330+0000 mgr.smithi116.upuqbt (mgr.14180) 1047 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:30:59.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:30:59 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:30:57.955330+0000 mgr.smithi116.upuqbt (mgr.14180) 1047 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:00.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:30:59.317331+0000 mgr.smithi116.upuqbt (mgr.14180) 1048 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:00.736 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:31:00.737 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:00.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:30:59.317331+0000 mgr.smithi116.upuqbt (mgr.14180) 1048 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:01.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:01.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:31:00.731816+0000 mgr.smithi116.upuqbt (mgr.14180) 1049 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:01.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:01.317876+0000 mgr.smithi116.upuqbt (mgr.14180) 1050 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:02.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:31:00.731816+0000 mgr.smithi116.upuqbt (mgr.14180) 1049 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:02.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:01.317876+0000 mgr.smithi116.upuqbt (mgr.14180) 1050 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:02.142 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:03.537 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:31:03.537 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:03.908 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:04.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:03.318542+0000 mgr.smithi116.upuqbt (mgr.14180) 1051 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:31:04.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:03.318542+0000 mgr.smithi116.upuqbt (mgr.14180) 1051 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:31:04.908 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:05.611 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:05 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:31:03.531832+0000 mgr.smithi116.upuqbt (mgr.14180) 1052 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:05.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:05 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:31:03.531832+0000 mgr.smithi116.upuqbt (mgr.14180) 1052 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:06.299 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:31:06.299 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:06.614 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:05.319031+0000 mgr.smithi116.upuqbt (mgr.14180) 1053 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:06.674 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:06.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:06 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:05.319031+0000 mgr.smithi116.upuqbt (mgr.14180) 1053 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:07.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:31:06.294160+0000 mgr.smithi116.upuqbt (mgr.14180) 1054 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:07.675 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:07.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:07 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:31:06.294160+0000 mgr.smithi116.upuqbt (mgr.14180) 1054 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:08.636 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:07.319592+0000 mgr.smithi116.upuqbt (mgr.14180) 1055 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:08.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:07.319592+0000 mgr.smithi116.upuqbt (mgr.14180) 1055 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:08.979 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:31:08.980 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:09.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:10.374 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:10.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:31:08.974727+0000 mgr.smithi116.upuqbt (mgr.14180) 1056 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:10.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:09.320276+0000 mgr.smithi116.upuqbt (mgr.14180) 1057 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:10.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:31:08.974727+0000 mgr.smithi116.upuqbt (mgr.14180) 1056 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:10.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:09.320276+0000 mgr.smithi116.upuqbt (mgr.14180) 1057 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:11.822 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:31:11.822 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:11.844 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:11.320813+0000 mgr.smithi116.upuqbt (mgr.14180) 1058 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:12.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:11.320813+0000 mgr.smithi116.upuqbt (mgr.14180) 1058 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:12.215 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:12.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:31:11.817086+0000 mgr.smithi116.upuqbt (mgr.14180) 1059 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:13.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:31:11.817086+0000 mgr.smithi116.upuqbt (mgr.14180) 1059 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:13.216 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:13.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:13 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:13.321543+0000 mgr.smithi116.upuqbt (mgr.14180) 1060 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:31:14.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:13 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:13.321543+0000 mgr.smithi116.upuqbt (mgr.14180) 1060 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:31:14.566 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:31:14.566 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:14.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:15.941 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:16.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:31:14.561568+0000 mgr.smithi116.upuqbt (mgr.14180) 1061 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:16.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:15.322203+0000 mgr.smithi116.upuqbt (mgr.14180) 1062 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:16.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:31:14.561568+0000 mgr.smithi116.upuqbt (mgr.14180) 1061 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:16.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:15.322203+0000 mgr.smithi116.upuqbt (mgr.14180) 1062 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:17.361 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:31:17.361 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:17.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:18.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:17.322787+0000 mgr.smithi116.upuqbt (mgr.14180) 1063 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:18.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:31:17.356445+0000 mgr.smithi116.upuqbt (mgr.14180) 1064 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:18.748 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:18.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:17.322787+0000 mgr.smithi116.upuqbt (mgr.14180) 1063 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:18.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:31:17.356445+0000 mgr.smithi116.upuqbt (mgr.14180) 1064 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:20.188 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:31:20.188 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:20.478 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:19.323444+0000 mgr.smithi116.upuqbt (mgr.14180) 1065 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:20.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:20.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:19.323444+0000 mgr.smithi116.upuqbt (mgr.14180) 1065 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:21.580 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:21.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:31:20.183211+0000 mgr.smithi116.upuqbt (mgr.14180) 1066 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:21.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:31:20.183211+0000 mgr.smithi116.upuqbt (mgr.14180) 1066 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:22.574 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:21.323980+0000 mgr.smithi116.upuqbt (mgr.14180) 1067 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:22.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:21.323980+0000 mgr.smithi116.upuqbt (mgr.14180) 1067 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:22.950 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:31:22.950 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:23.340 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:24.341 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:24.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:31:22.945182+0000 mgr.smithi116.upuqbt (mgr.14180) 1068 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:24.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:23.324739+0000 mgr.smithi116.upuqbt (mgr.14180) 1069 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:31:24.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:31:22.945182+0000 mgr.smithi116.upuqbt (mgr.14180) 1068 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:24.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:23.324739+0000 mgr.smithi116.upuqbt (mgr.14180) 1069 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:31:25.790 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:31:25.790 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:26.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:26.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:26 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:25.325488+0000 mgr.smithi116.upuqbt (mgr.14180) 1070 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:26.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:26 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:25.325488+0000 mgr.smithi116.upuqbt (mgr.14180) 1070 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:27.216 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:27.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:27 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:31:25.785033+0000 mgr.smithi116.upuqbt (mgr.14180) 1071 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:27.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:27 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:31:25.785033+0000 mgr.smithi116.upuqbt (mgr.14180) 1071 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:28.597 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:31:28.597 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:28.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:27.326056+0000 mgr.smithi116.upuqbt (mgr.14180) 1072 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:28.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:27.326056+0000 mgr.smithi116.upuqbt (mgr.14180) 1072 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:28.986 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:29.987 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:30.640 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:30 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:31:28.592633+0000 mgr.smithi116.upuqbt (mgr.14180) 1073 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:30.641 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:30 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:29.326981+0000 mgr.smithi116.upuqbt (mgr.14180) 1074 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:30.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:30 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:31:28.592633+0000 mgr.smithi116.upuqbt (mgr.14180) 1073 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:30.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:30 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:29.326981+0000 mgr.smithi116.upuqbt (mgr.14180) 1074 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:31.345 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:31:31.346 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:31.627 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:31 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:31.327491+0000 mgr.smithi116.upuqbt (mgr.14180) 1075 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:31.627 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:31 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:31:31.340658+0000 mgr.smithi116.upuqbt (mgr.14180) 1076 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:31.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:32.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:31 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:31.327491+0000 mgr.smithi116.upuqbt (mgr.14180) 1075 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:32.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:31 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:31:31.340658+0000 mgr.smithi116.upuqbt (mgr.14180) 1076 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:32.746 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:34.095 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:31:34.095 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:34.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:34.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:33.328149+0000 mgr.smithi116.upuqbt (mgr.14180) 1077 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:31:34.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:34 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:33.328149+0000 mgr.smithi116.upuqbt (mgr.14180) 1077 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:31:35.470 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:35.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:35 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:31:34.090736+0000 mgr.smithi116.upuqbt (mgr.14180) 1078 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:35.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:35 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:31:34.090736+0000 mgr.smithi116.upuqbt (mgr.14180) 1078 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:36.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:35.328944+0000 mgr.smithi116.upuqbt (mgr.14180) 1079 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:36.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:35.328944+0000 mgr.smithi116.upuqbt (mgr.14180) 1079 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:36.867 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:31:36.867 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:37.278 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:38.279 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:38.629 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:31:36.861774+0000 mgr.smithi116.upuqbt (mgr.14180) 1080 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:38.629 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:37.329493+0000 mgr.smithi116.upuqbt (mgr.14180) 1081 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:38.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:38 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:31:36.861774+0000 mgr.smithi116.upuqbt (mgr.14180) 1080 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:38.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:38 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:37.329493+0000 mgr.smithi116.upuqbt (mgr.14180) 1081 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:39.654 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:31:39.654 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:40.044 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:40.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:40 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:39.330272+0000 mgr.smithi116.upuqbt (mgr.14180) 1082 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:40.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:40 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:39.330272+0000 mgr.smithi116.upuqbt (mgr.14180) 1082 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:41.046 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:41.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:31:39.649233+0000 mgr.smithi116.upuqbt (mgr.14180) 1083 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:41.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:31:39.649233+0000 mgr.smithi116.upuqbt (mgr.14180) 1083 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:42.454 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:31:42.454 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:42.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:42 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:41.330989+0000 mgr.smithi116.upuqbt (mgr.14180) 1084 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:42.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:42 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:41.330989+0000 mgr.smithi116.upuqbt (mgr.14180) 1084 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:42.842 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:43.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:43 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:31:42.449526+0000 mgr.smithi116.upuqbt (mgr.14180) 1085 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:43.843 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:43.876 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:43 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:31:42.449526+0000 mgr.smithi116.upuqbt (mgr.14180) 1085 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:44.539 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:43.331742+0000 mgr.smithi116.upuqbt (mgr.14180) 1086 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:31:44.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:43.331742+0000 mgr.smithi116.upuqbt (mgr.14180) 1086 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:31:45.204 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:31:45.204 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:45.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:46.606 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:46.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:31:45.199971+0000 mgr.smithi116.upuqbt (mgr.14180) 1087 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:46.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:45.332233+0000 mgr.smithi116.upuqbt (mgr.14180) 1088 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:46.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:31:45.199971+0000 mgr.smithi116.upuqbt (mgr.14180) 1087 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:46.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:45.332233+0000 mgr.smithi116.upuqbt (mgr.14180) 1088 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:47.991 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:31:47.991 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:48.435 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:48.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:47.332862+0000 mgr.smithi116.upuqbt (mgr.14180) 1089 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:48.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:47.332862+0000 mgr.smithi116.upuqbt (mgr.14180) 1089 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:49.436 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:49.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:49 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:31:47.986433+0000 mgr.smithi116.upuqbt (mgr.14180) 1090 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:49.811 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:49 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:31:47.986433+0000 mgr.smithi116.upuqbt (mgr.14180) 1090 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:50.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:49.333914+0000 mgr.smithi116.upuqbt (mgr.14180) 1091 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:50.835 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:31:50.835 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:50.860 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:49.333914+0000 mgr.smithi116.upuqbt (mgr.14180) 1091 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:51.217 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:51.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:31:50.830235+0000 mgr.smithi116.upuqbt (mgr.14180) 1092 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:51.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:51.334496+0000 mgr.smithi116.upuqbt (mgr.14180) 1093 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:52.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:31:50.830235+0000 mgr.smithi116.upuqbt (mgr.14180) 1092 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:52.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:51.334496+0000 mgr.smithi116.upuqbt (mgr.14180) 1093 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:52.218 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:53.628 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:31:53.629 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:54.033 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:54.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:54 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:53.335272+0000 mgr.smithi116.upuqbt (mgr.14180) 1094 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:31:54.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:54 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:53.335272+0000 mgr.smithi116.upuqbt (mgr.14180) 1094 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:31:55.034 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:55.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:55 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:31:53.623516+0000 mgr.smithi116.upuqbt (mgr.14180) 1095 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:55.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:55 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:31:53.623516+0000 mgr.smithi116.upuqbt (mgr.14180) 1095 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:56.378 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:31:56.378 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:56.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:55.335763+0000 mgr.smithi116.upuqbt (mgr.14180) 1096 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:56.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:55.335763+0000 mgr.smithi116.upuqbt (mgr.14180) 1096 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:56.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:31:57.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:57 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:31:56.373171+0000 mgr.smithi116.upuqbt (mgr.14180) 1097 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:57.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:57 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:31:56.373171+0000 mgr.smithi116.upuqbt (mgr.14180) 1097 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:31:57.775 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:31:58.511 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:31:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:57.336422+0000 mgr.smithi116.upuqbt (mgr.14180) 1098 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:58.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:31:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:57.336422+0000 mgr.smithi116.upuqbt (mgr.14180) 1098 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:31:59.209 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:31:59.209 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:31:59.590 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:00.592 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:00.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:31:59.204127+0000 mgr.smithi116.upuqbt (mgr.14180) 1099 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:00.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:31:59.337166+0000 mgr.smithi116.upuqbt (mgr.14180) 1100 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:00.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:31:59.204127+0000 mgr.smithi116.upuqbt (mgr.14180) 1099 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:00.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:31:59.337166+0000 mgr.smithi116.upuqbt (mgr.14180) 1100 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:01.635 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:01.337680+0000 mgr.smithi116.upuqbt (mgr.14180) 1101 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:02.001 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:32:02.001 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:02.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:01.337680+0000 mgr.smithi116.upuqbt (mgr.14180) 1101 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:02.405 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:02.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:02 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:32:01.996729+0000 mgr.smithi116.upuqbt (mgr.14180) 1102 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:03.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:02 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:32:01.996729+0000 mgr.smithi116.upuqbt (mgr.14180) 1102 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:03.406 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:03.742 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:03 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:03.338769+0000 mgr.smithi116.upuqbt (mgr.14180) 1103 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:32:04.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:03 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:03.338769+0000 mgr.smithi116.upuqbt (mgr.14180) 1103 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:32:04.740 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:32:04.740 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:05.122 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:06.124 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:06.466 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:32:04.734984+0000 mgr.smithi116.upuqbt (mgr.14180) 1104 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:06.466 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:05.339506+0000 mgr.smithi116.upuqbt (mgr.14180) 1105 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:06.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:06 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:32:04.734984+0000 mgr.smithi116.upuqbt (mgr.14180) 1104 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:06.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:06 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:05.339506+0000 mgr.smithi116.upuqbt (mgr.14180) 1105 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:07.488 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:32:07.489 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:07.873 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:08.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:07.340074+0000 mgr.smithi116.upuqbt (mgr.14180) 1106 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:08.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:08 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:32:07.484123+0000 mgr.smithi116.upuqbt (mgr.14180) 1107 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:08.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:07.340074+0000 mgr.smithi116.upuqbt (mgr.14180) 1106 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:08.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:32:07.484123+0000 mgr.smithi116.upuqbt (mgr.14180) 1107 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:08.874 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:10.197 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:32:10.197 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:10.496 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:10 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:09.340809+0000 mgr.smithi116.upuqbt (mgr.14180) 1108 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:10.564 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:10.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:10 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:09.340809+0000 mgr.smithi116.upuqbt (mgr.14180) 1108 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:11.565 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:11.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:11 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:32:10.192156+0000 mgr.smithi116.upuqbt (mgr.14180) 1109 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:11.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:11 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:32:10.192156+0000 mgr.smithi116.upuqbt (mgr.14180) 1109 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:12.609 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:12 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:11.341347+0000 mgr.smithi116.upuqbt (mgr.14180) 1110 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:12.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:12 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:11.341347+0000 mgr.smithi116.upuqbt (mgr.14180) 1110 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:12.973 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:32:12.973 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:13.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:14.384 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:14.731 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:32:12.968039+0000 mgr.smithi116.upuqbt (mgr.14180) 1111 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:14.731 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:14 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:13.342143+0000 mgr.smithi116.upuqbt (mgr.14180) 1112 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:32:14.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:32:12.968039+0000 mgr.smithi116.upuqbt (mgr.14180) 1111 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:14.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:14 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:13.342143+0000 mgr.smithi116.upuqbt (mgr.14180) 1112 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:32:15.788 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:32:15.788 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:16.171 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:16.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:16 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:15.342878+0000 mgr.smithi116.upuqbt (mgr.14180) 1113 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:16.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:16 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:15.342878+0000 mgr.smithi116.upuqbt (mgr.14180) 1113 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:17.173 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:17.715 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:17 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:32:15.783061+0000 mgr.smithi116.upuqbt (mgr.14180) 1114 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:17.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:17 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:32:15.783061+0000 mgr.smithi116.upuqbt (mgr.14180) 1114 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:18.583 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:32:18.583 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:18.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:18 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:17.343502+0000 mgr.smithi116.upuqbt (mgr.14180) 1115 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:18.885 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:18 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:17.343502+0000 mgr.smithi116.upuqbt (mgr.14180) 1115 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:19.089 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:20.090 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:20.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:32:18.578586+0000 mgr.smithi116.upuqbt (mgr.14180) 1116 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:20.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:20 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:19.344374+0000 mgr.smithi116.upuqbt (mgr.14180) 1117 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:20.825 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:32:18.578586+0000 mgr.smithi116.upuqbt (mgr.14180) 1116 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:20.825 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:20 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:19.344374+0000 mgr.smithi116.upuqbt (mgr.14180) 1117 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:21.542 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:32:21.543 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:21.869 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:21 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:21.344905+0000 mgr.smithi116.upuqbt (mgr.14180) 1118 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:21.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:22.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:21 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:21.344905+0000 mgr.smithi116.upuqbt (mgr.14180) 1118 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:22.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:22 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:32:21.537538+0000 mgr.smithi116.upuqbt (mgr.14180) 1119 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:22.930 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:23.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:22 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:32:21.537538+0000 mgr.smithi116.upuqbt (mgr.14180) 1119 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:23.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:23 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:23.345601+0000 mgr.smithi116.upuqbt (mgr.14180) 1120 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:32:24.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:23 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:23.345601+0000 mgr.smithi116.upuqbt (mgr.14180) 1120 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:32:24.322 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:32:24.322 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:24.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:24 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:32:24.317225+0000 mgr.smithi116.upuqbt (mgr.14180) 1121 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:24.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:25.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:24 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:32:24.317225+0000 mgr.smithi116.upuqbt (mgr.14180) 1121 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:25.748 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:25.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:25 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:25.346128+0000 mgr.smithi116.upuqbt (mgr.14180) 1122 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:26.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:25 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:25.346128+0000 mgr.smithi116.upuqbt (mgr.14180) 1122 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:27.105 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:32:27.105 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:27.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:28.488 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:28.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:32:27.100106+0000 mgr.smithi116.upuqbt (mgr.14180) 1123 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:28.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:28 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:27.346885+0000 mgr.smithi116.upuqbt (mgr.14180) 1124 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:28.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:32:27.100106+0000 mgr.smithi116.upuqbt (mgr.14180) 1123 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:28.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:28 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:27.346885+0000 mgr.smithi116.upuqbt (mgr.14180) 1124 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:29.956 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:32:29.956 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:30.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:30.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:30 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:29.347797+0000 mgr.smithi116.upuqbt (mgr.14180) 1125 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-01-21T08:32:30.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:30 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:29.347797+0000 mgr.smithi116.upuqbt (mgr.14180) 1125 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-01-21T08:32:31.336 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:31.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:31 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:32:29.950964+0000 mgr.smithi116.upuqbt (mgr.14180) 1126 : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:31.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:31 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:32:29.950964+0000 mgr.smithi116.upuqbt (mgr.14180) 1126 : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:32.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:32 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:31.348358+0000 mgr.smithi116.upuqbt (mgr.14180) 1127 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T08:32:32.700 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:32:32.700 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:32.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:32 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:31.348358+0000 mgr.smithi116.upuqbt (mgr.14180) 1127 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T08:32:33.060 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:34.061 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:34.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:34 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:32:32.695856+0000 mgr.smithi116.upuqbt (mgr.14180) 1128 : audit [DBG] from='client.16220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:34.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:34 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:33.349190+0000 mgr.smithi116.upuqbt (mgr.14180) 1129 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-01-21T08:32:34.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:32:32.695856+0000 mgr.smithi116.upuqbt (mgr.14180) 1128 : audit [DBG] from='client.16220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:34.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:34 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:33.349190+0000 mgr.smithi116.upuqbt (mgr.14180) 1129 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-01-21T08:32:35.499 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:32:35.499 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:35.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:36.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:35.349689+0000 mgr.smithi116.upuqbt (mgr.14180) 1130 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T08:32:36.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:36 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:32:35.493979+0000 mgr.smithi116.upuqbt (mgr.14180) 1131 : audit [DBG] from='client.16224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:36.869 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:36.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:35.349689+0000 mgr.smithi116.upuqbt (mgr.14180) 1130 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T08:32:36.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:36 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:32:35.493979+0000 mgr.smithi116.upuqbt (mgr.14180) 1131 : audit [DBG] from='client.16224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:38.208 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:32:38.209 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:38.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:38 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:37.350288+0000 mgr.smithi116.upuqbt (mgr.14180) 1132 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T08:32:38.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:38.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:38 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:37.350288+0000 mgr.smithi116.upuqbt (mgr.14180) 1132 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T08:32:39.618 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:39.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:39 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:32:38.203699+0000 mgr.smithi116.upuqbt (mgr.14180) 1133 : audit [DBG] from='client.16228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:39.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:39 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:32:38.203699+0000 mgr.smithi116.upuqbt (mgr.14180) 1133 : audit [DBG] from='client.16228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:40.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:40 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:39.351097+0000 mgr.smithi116.upuqbt (mgr.14180) 1134 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T08:32:40.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:40 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:39.351097+0000 mgr.smithi116.upuqbt (mgr.14180) 1134 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-21T08:32:41.006 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:32:41.006 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:41.401 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:41.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:32:41.001662+0000 mgr.smithi116.upuqbt (mgr.14180) 1135 : audit [DBG] from='client.16232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:41.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:41 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:41.351865+0000 mgr.smithi116.upuqbt (mgr.14180) 1136 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-21T08:32:42.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:32:41.001662+0000 mgr.smithi116.upuqbt (mgr.14180) 1135 : audit [DBG] from='client.16232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:42.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:41 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:41.351865+0000 mgr.smithi116.upuqbt (mgr.14180) 1136 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-21T08:32:42.403 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:43.833 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:32:43.833 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:44.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:44.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:44 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:43.352517+0000 mgr.smithi116.upuqbt (mgr.14180) 1137 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:32:44.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:44 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:43.352517+0000 mgr.smithi116.upuqbt (mgr.14180) 1137 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:32:45.211 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:45.544 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:45 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:32:43.828074+0000 mgr.smithi116.upuqbt (mgr.14180) 1138 : audit [DBG] from='client.16236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:45.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:45 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:32:43.828074+0000 mgr.smithi116.upuqbt (mgr.14180) 1138 : audit [DBG] from='client.16236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:46.571 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:32:46.571 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:46.604 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:46 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:45.353109+0000 mgr.smithi116.upuqbt (mgr.14180) 1139 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:46.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:46 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:45.353109+0000 mgr.smithi116.upuqbt (mgr.14180) 1139 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:46.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:48.001 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:48.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:32:46.565619+0000 mgr.smithi116.upuqbt (mgr.14180) 1140 : audit [DBG] from='client.16240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:48.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:48 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:47.353654+0000 mgr.smithi116.upuqbt (mgr.14180) 1141 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:48.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:32:46.565619+0000 mgr.smithi116.upuqbt (mgr.14180) 1140 : audit [DBG] from='client.16240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:48.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:48 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:47.353654+0000 mgr.smithi116.upuqbt (mgr.14180) 1141 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:49.412 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:32:49.412 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:49.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:50.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:49.354416+0000 mgr.smithi116.upuqbt (mgr.14180) 1142 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:50.763 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:50 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:32:49.407007+0000 mgr.smithi116.upuqbt (mgr.14180) 1143 : audit [DBG] from='client.16244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:50.776 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:50.808 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:49.354416+0000 mgr.smithi116.upuqbt (mgr.14180) 1142 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:50.808 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:50 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:32:49.407007+0000 mgr.smithi116.upuqbt (mgr.14180) 1143 : audit [DBG] from='client.16244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:51.837 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:51 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:51.355069+0000 mgr.smithi116.upuqbt (mgr.14180) 1144 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:52.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:51 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:51.355069+0000 mgr.smithi116.upuqbt (mgr.14180) 1144 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:52.211 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:32:52.211 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:24:15.999926Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ccxotn on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:52.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:52.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:52 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:32:52.206852+0000 mgr.smithi116.upuqbt (mgr.14180) 1145 : audit [DBG] from='client.16248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:53.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:52 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:32:52.206852+0000 mgr.smithi116.upuqbt (mgr.14180) 1145 : audit [DBG] from='client.16248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:53.601 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:53.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:32:52.684251+0000 mgr.smithi116.upuqbt (mgr.14180) 1146 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-qqvjki 2024-01-21T08:32:53.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-qqvjki 2024-01-21T08:32:53.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.qqvjki 2024-01-21T08:32:53.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.qqvjki 2024-01-21T08:32:53.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Deploy daemon haproxy.nfs.foo.smithi195.qqvjki ... 2024-01-21T08:32:53.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:32:53.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:32:53.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:31:00Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:32:53.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:31:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:32:53.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:32:15Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:32:53.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:32:53.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:32:53.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Traceback (most recent call last): 2024-01-21T08:32:53.906 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:32:53.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: yield (conn, connr) 2024-01-21T08:32:53.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:32:53.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: code, '\n'.join(err))) 2024-01-21T08:32:53.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-qqvjki 2024-01-21T08:32:53.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-qqvjki 2024-01-21T08:32:53.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.qqvjki 2024-01-21T08:32:53.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.qqvjki 2024-01-21T08:32:53.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Deploy daemon haproxy.nfs.foo.smithi195.qqvjki ... 2024-01-21T08:32:53.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:32:53.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:32:53.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:31:00Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:32:53.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:31:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:32:53.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:32:15Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:32:53.907 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:32:53.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:32:53.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:32:52.684431+0000 mgr.smithi116.upuqbt (mgr.14180) 1147 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi195.qqvjki 2024-01-21T08:32:53.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:32:52.684742+0000 mon.smithi116 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi195.qqvjki"}]: dispatch 2024-01-21T08:32:53.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:32:52.685296+0000 mgr.smithi116.upuqbt (mgr.14180) 1148 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi195.qqvjki on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-qqvjki 2024-01-21T08:32:53.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-qqvjki 2024-01-21T08:32:53.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.qqvjki 2024-01-21T08:32:53.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.qqvjki 2024-01-21T08:32:53.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: Deploy daemon haproxy.nfs.foo.smithi195.qqvjki ... 2024-01-21T08:32:53.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:32:53.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:32:53.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:31:00Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:32:53.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:31:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:32:53.908 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr time="2024-01-21T08:32:15Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:32:53.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:32:53.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:32:53.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cephadm 2024-01-21T08:32:52.686587+0000 mgr.smithi116.upuqbt (mgr.14180) 1149 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.hgtuhj on smithi116 2024-01-21T08:32:53.909 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:53 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:53.355909+0000 mgr.smithi116.upuqbt (mgr.14180) 1150 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:32:54.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:32:52.684251+0000 mgr.smithi116.upuqbt (mgr.14180) 1146 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-qqvjki 2024-01-21T08:32:54.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-qqvjki 2024-01-21T08:32:54.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.qqvjki 2024-01-21T08:32:54.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.qqvjki 2024-01-21T08:32:54.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Deploy daemon haproxy.nfs.foo.smithi195.qqvjki ... 2024-01-21T08:32:54.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:32:54.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:32:54.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:31:00Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:32:54.013 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:31:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:32:54.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:32:15Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:32:54.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:32:54.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:32:54.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Traceback (most recent call last): 2024-01-21T08:32:54.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:32:54.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: yield (conn, connr) 2024-01-21T08:32:54.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:32:54.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: code, '\n'.join(err))) 2024-01-21T08:32:54.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-qqvjki 2024-01-21T08:32:54.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-qqvjki 2024-01-21T08:32:54.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.qqvjki 2024-01-21T08:32:54.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.qqvjki 2024-01-21T08:32:54.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Deploy daemon haproxy.nfs.foo.smithi195.qqvjki ... 2024-01-21T08:32:54.014 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:32:54.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:32:54.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:31:00Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:32:54.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:31:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:32:54.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:32:15Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:32:54.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:32:54.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:32:54.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:32:52.684431+0000 mgr.smithi116.upuqbt (mgr.14180) 1147 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi195.qqvjki 2024-01-21T08:32:54.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:32:52.684742+0000 mon.smithi116 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.116:0/4193666051' entity='mgr.smithi116.upuqbt' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi195.qqvjki"}]: dispatch 2024-01-21T08:32:54.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:32:52.685296+0000 mgr.smithi116.upuqbt (mgr.14180) 1148 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi195.qqvjki on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-qqvjki 2024-01-21T08:32:54.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-qqvjki 2024-01-21T08:32:54.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.qqvjki 2024-01-21T08:32:54.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: /bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.qqvjki 2024-01-21T08:32:54.015 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: Deploy daemon haproxy.nfs.foo.smithi195.qqvjki ... 2024-01-21T08:32:54.016 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:32:54.016 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-21T08:32:54.016 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:31:00Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:32:54.016 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:31:37Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:32:54.016 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr time="2024-01-21T08:32:15Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-21T08:32:54.016 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-21T08:32:54.016 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: 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=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:32:54.016 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cephadm 2024-01-21T08:32:52.686587+0000 mgr.smithi116.upuqbt (mgr.14180) 1149 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.hgtuhj on smithi116 2024-01-21T08:32:54.016 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:53 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:53.355909+0000 mgr.smithi116.upuqbt (mgr.14180) 1150 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:32:55.056 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:32:55.056 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:32:52.685220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.qqvjki on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-qqvjki\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-qqvjki\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.qqvjki\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.qqvjki\nDeploy daemon haproxy.nfs.foo.smithi195.qqvjki ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:31:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:31:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:55.556 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:56.558 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:56.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:32:55.050800+0000 mgr.smithi116.upuqbt (mgr.14180) 1151 : audit [DBG] from='client.16252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:56.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:56 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:55.356427+0000 mgr.smithi116.upuqbt (mgr.14180) 1152 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:56.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:32:55.050800+0000 mgr.smithi116.upuqbt (mgr.14180) 1151 : audit [DBG] from='client.16252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:56.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:56 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:55.356427+0000 mgr.smithi116.upuqbt (mgr.14180) 1152 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:57.967 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:32:57.967 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:32:52.685220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.qqvjki on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-qqvjki\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-qqvjki\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.qqvjki\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.qqvjki\nDeploy daemon haproxy.nfs.foo.smithi195.qqvjki ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:31:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:31:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:32:58.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:32:58.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:58 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:57.357068+0000 mgr.smithi116.upuqbt (mgr.14180) 1153 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:58.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:58 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:57.357068+0000 mgr.smithi116.upuqbt (mgr.14180) 1153 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:32:59.350 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:32:59.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:32:59 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:32:57.961624+0000 mgr.smithi116.upuqbt (mgr.14180) 1154 : audit [DBG] from='client.16256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:32:59.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:32:59 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:32:57.961624+0000 mgr.smithi116.upuqbt (mgr.14180) 1154 : audit [DBG] from='client.16256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:00.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:33:00 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:32:59.357916+0000 mgr.smithi116.upuqbt (mgr.14180) 1155 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:00.808 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:33:00.808 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:32:52.685220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.qqvjki on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-qqvjki\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-qqvjki\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.qqvjki\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.qqvjki\nDeploy daemon haproxy.nfs.foo.smithi195.qqvjki ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:31:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:31:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:33:00.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:33:00 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:32:59.357916+0000 mgr.smithi116.upuqbt (mgr.14180) 1155 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:01.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:33:01.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:33:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:33:00.803289+0000 mgr.smithi116.upuqbt (mgr.14180) 1156 : audit [DBG] from='client.16260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:01.905 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:33:01 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:33:01.358560+0000 mgr.smithi116.upuqbt (mgr.14180) 1157 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:02.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:33:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:33:00.803289+0000 mgr.smithi116.upuqbt (mgr.14180) 1156 : audit [DBG] from='client.16260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:02.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:33:01 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:33:01.358560+0000 mgr.smithi116.upuqbt (mgr.14180) 1157 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:02.181 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:33:03.557 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:33:03.557 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:32:52.685220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.qqvjki on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-qqvjki\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-qqvjki\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.qqvjki\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.qqvjki\nDeploy daemon haproxy.nfs.foo.smithi195.qqvjki ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:31:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:31:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:33:03.938 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:33:04.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:33:04 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:33:03.359277+0000 mgr.smithi116.upuqbt (mgr.14180) 1158 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:33:04.904 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:33:04 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:33:03.359277+0000 mgr.smithi116.upuqbt (mgr.14180) 1158 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:33:04.939 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 6e73547e-b834-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:33:05.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:33:05 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:33:03.552017+0000 mgr.smithi116.upuqbt (mgr.14180) 1159 : audit [DBG] from='client.16264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:05.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:33:05 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:33:03.552017+0000 mgr.smithi116.upuqbt (mgr.14180) 1159 : audit [DBG] from='client.16264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:06.348 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-21T08:33:06.349 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:10:55.432726Z", "last_refresh": "2024-01-21T08:30:23.008570Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:10:51.782426Z", "last_refresh": "2024-01-21T08:30:20.639738Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:10:53.669567Z", "last_refresh": "2024-01-21T08:30:23.008712Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:26:50.069647Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.iuusxl on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-iuusxl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.iuusxl\nDeploy daemon haproxy.nfs.foo.smithi195.iuusxl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:24:57Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:25:34Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:26:12Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.249317Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zkdwih on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi116-zkdwih\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi116.zkdwih\nDeploy daemon haproxy.nfs.foo.smithi116.zkdwih ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:27:26Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:04Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:28:41Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:29:19.250715Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi195.vagyqw on smithi195: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:29:19.251828Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.bslyqj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:32:52.685220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi195.qqvjki on smithi195: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-qqvjki\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi195-qqvjki\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.qqvjki\n/bin/podman: stderr Error: no such container ceph-6e73547e-b834-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi195.qqvjki\nDeploy daemon haproxy.nfs.foo.smithi195.qqvjki ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-21T08:31:00Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:31:37Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-21T08:32:15Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi195 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-21T08:14:08.331086Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:10:50.814463Z", "last_refresh": "2024-01-21T08:30:20.639897Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:11:51.436163Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi195:172.21.15.195=smithi195"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:11:51.433649Z", "last_refresh": "2024-01-21T08:30:20.639968Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:14:08.330079Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-21T08:14:08.326816Z", "last_refresh": "2024-01-21T08:30:23.009240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:10:54.560079Z", "last_refresh": "2024-01-21T08:30:20.640031Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:12:17.444116Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:12:17.438012Z", "last_refresh": "2024-01-21T08:30:20.640091Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:10:52.663304Z", "last_refresh": "2024-01-21T08:30:23.008837Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:14:04.390894Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-21T08:14:08.734177Z", "last_refresh": "2024-01-21T08:30:20.640322Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-21T08:33:06.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:33:06 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: cluster 2024-01-21T08:33:05.359803+0000 mgr.smithi116.upuqbt (mgr.14180) 1160 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:06.731 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:33:06.732 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-21T08:33:06.961 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=c7169eb42af745ebb657c45cfee4b8d3 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-21T08:33:06.962 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-21T08:33:06.973 INFO:tasks.vip:Removing 10.0.15.116 (and any VIPs) on smithi116.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T08:33:06.973 DEBUG:teuthology.orchestra.run.smithi116:> sudo ip addr del 10.0.15.116/16 dev enp3s0f1 2024-01-21T08:33:06.986 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:33:06 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: cluster 2024-01-21T08:33:05.359803+0000 mgr.smithi116.upuqbt (mgr.14180) 1160 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 8.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:33:07.017 DEBUG:teuthology.orchestra.run.smithi116:> sudo ip addr del 10.0.31.116/16 dev enp3s0f1 2024-01-21T08:33:07.083 INFO:teuthology.orchestra.run.smithi116.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-21T08:33:07.084 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-21T08:33:07.085 INFO:tasks.vip:Removing 10.0.15.195 (and any VIPs) on smithi195.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T08:33:07.085 DEBUG:teuthology.orchestra.run.smithi195:> sudo ip addr del 10.0.15.195/16 dev enp3s0f1 2024-01-21T08:33:07.125 DEBUG:teuthology.orchestra.run.smithi195:> sudo ip addr del 10.0.31.116/16 dev enp3s0f1 2024-01-21T08:33:07.195 INFO:teuthology.orchestra.run.smithi195.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-21T08:33:07.196 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-21T08:33:07.196 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-21T08:33:07.206 INFO:tasks.cephadm:Teardown begin 2024-01-21T08:33:07.206 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T08:33:07.235 DEBUG:teuthology.orchestra.run.smithi195:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T08:33:07.266 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-21T08:33:07.266 DEBUG:teuthology.orchestra.run.smithi116:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T08:33:07.293 DEBUG:teuthology.orchestra.run.smithi195:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T08:33:07.325 INFO:tasks.cephadm:Stopping all daemons... 2024-01-21T08:33:07.325 INFO:tasks.cephadm.mon.smithi116:Stopping mon.smithi116... 2024-01-21T08:33:07.325 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-6e73547e-b834-11ee-95b0-87774f69a715@mon.smithi116 2024-01-21T08:33:07.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:33:07 smithi116 systemd[1]: Stopping Ceph mon.smithi116 for 6e73547e-b834-11ee-95b0-87774f69a715... 2024-01-21T08:33:07.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:33:07 smithi116 bash[158895]: Error: no container with name or ID "ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon.smithi116" found: no such container 2024-01-21T08:33:07.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:33:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: audit 2024-01-21T08:33:06.343633+0000 mgr.smithi116.upuqbt (mgr.14180) 1161 : audit [DBG] from='client.16268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:07.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:33:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:33:07.562+0000 7f4b2c408700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi116 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-21T08:33:07.655 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:33:07 smithi116 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116[35195]: debug 2024-01-21T08:33:07.562+0000 7f4b2c408700 -1 mon.smithi116@0(leader) e2 *** Got Signal Terminated *** 2024-01-21T08:33:07.762 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:33:07 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: audit 2024-01-21T08:33:06.343633+0000 mgr.smithi116.upuqbt (mgr.14180) 1161 : audit [DBG] from='client.16268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:33:08.220 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 21 08:33:07 smithi116 bash[158933]: ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi116 2024-01-21T08:33:08.226 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6e73547e-b834-11ee-95b0-87774f69a715@mon.smithi116.service' 2024-01-21T08:33:08.270 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T08:33:08.270 INFO:tasks.cephadm.mon.smithi116:Stopped mon.smithi116 2024-01-21T08:33:08.271 INFO:tasks.cephadm.mon.smithi195:Stopping mon.smithi195... 2024-01-21T08:33:08.271 DEBUG:teuthology.orchestra.run.smithi195:> sudo systemctl stop ceph-6e73547e-b834-11ee-95b0-87774f69a715@mon.smithi195 2024-01-21T08:33:08.759 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:33:08 smithi195 systemd[1]: Stopping Ceph mon.smithi195 for 6e73547e-b834-11ee-95b0-87774f69a715... 2024-01-21T08:33:08.759 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:33:08 smithi195 bash[59686]: Error: no container with name or ID "ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon.smithi195" found: no such container 2024-01-21T08:33:08.759 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:33:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:33:08.522+0000 7f353271f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi195 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-21T08:33:08.759 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:33:08 smithi195 ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195[39030]: debug 2024-01-21T08:33:08.522+0000 7f353271f700 -1 mon.smithi195@1(peon) e2 *** Got Signal Terminated *** 2024-01-21T08:33:09.012 INFO:journalctl@ceph.mon.smithi195.smithi195.stdout:Jan 21 08:33:08 smithi195 bash[59725]: ceph-6e73547e-b834-11ee-95b0-87774f69a715-mon-smithi195 2024-01-21T08:33:09.098 DEBUG:teuthology.orchestra.run.smithi195:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6e73547e-b834-11ee-95b0-87774f69a715@mon.smithi195.service' 2024-01-21T08:33:09.149 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T08:33:09.149 INFO:tasks.cephadm.mon.smithi195:Stopped mon.smithi195 2024-01-21T08:33:09.150 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6e73547e-b834-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-21T08:36:16.028 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6e73547e-b834-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-21T08:36:56.674 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T08:36:56.712 DEBUG:teuthology.orchestra.run.smithi195:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T08:36:56.743 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-21T08:36:56.745 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524267/remote/ubuntu@smithi116.front.sepia.ceph.com/crash 2024-01-21T08:36:56.746 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/crash -- . 2024-01-21T08:36:56.796 INFO:teuthology.orchestra.run.smithi116.stderr:tar: /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-21T08:36:56.797 INFO:teuthology.orchestra.run.smithi116.stderr:tar: Error is not recoverable: exiting now 2024-01-21T08:36:56.798 DEBUG:teuthology.misc:Transferring archived files from smithi195:/var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524267/remote/ubuntu@smithi195.front.sepia.ceph.com/crash 2024-01-21T08:36:56.799 DEBUG:teuthology.orchestra.run.smithi195:> sudo tar c -f - -C /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/crash -- . 2024-01-21T08:36:56.840 INFO:teuthology.orchestra.run.smithi195.stderr:tar: /var/lib/ceph/6e73547e-b834-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-21T08:36:56.840 INFO:teuthology.orchestra.run.smithi195.stderr:tar: Error is not recoverable: exiting now 2024-01-21T08:36:56.841 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-21T08:36:56.841 DEBUG:teuthology.orchestra.run.smithi116:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-21T08:36:56.871 INFO:teuthology.orchestra.run.smithi116.stderr:grep: /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph.log: No such file or directory 2024-01-21T08:36:56.873 INFO:tasks.cephadm:Compressing logs... 2024-01-21T08:36:56.873 DEBUG:teuthology.orchestra.run.smithi116:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-21T08:36:56.916 DEBUG:teuthology.orchestra.run.smithi195:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-21T08:36:56.944 INFO:teuthology.orchestra.run.smithi195.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T08:36:56.944 INFO:teuthology.orchestra.run.smithi195.stderr:: No such file or directory 2024-01-21T08:36:56.945 INFO:teuthology.orchestra.run.smithi195.stderr:gzip -5 --verbose -- /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-mon.smithi195.log 2024-01-21T08:36:56.945 INFO:teuthology.orchestra.run.smithi195.stderr:gzip -5 --verbose -- /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.6.log 2024-01-21T08:36:56.945 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-mon.smithi195.log: gzip -5 --verbose -- /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T08:36:56.945 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.2.log 2024-01-21T08:36:56.945 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.0.log 2024-01-21T08:36:56.945 INFO:teuthology.orchestra.run.smithi116.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T08:36:56.945 INFO:teuthology.orchestra.run.smithi116.stderr:: No such file or directory 2024-01-21T08:36:56.946 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-mgr.smithi116.upuqbt.log 2024-01-21T08:36:56.946 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-mon.smithi116.log 2024-01-21T08:36:56.946 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-mgr.smithi116.upuqbt.log: gzip -5 --verbose -- /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T08:36:56.946 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.3.log 2024-01-21T08:36:56.946 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi116.vsqonz.log 2024-01-21T08:36:56.946 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.7.log 2024-01-21T08:36:56.947 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-mon.smithi116.log: /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-volume.log: /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.3.log: /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.7.log: /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi116.vsqonz.log: 75.7% -- replaced with /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi116.vsqonz.log.gz 2024-01-21T08:36:56.947 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.5.log 2024-01-21T08:36:56.948 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.2.log: /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.0.log: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T08:36:56.949 INFO:teuthology.orchestra.run.smithi195.stderr:gzip -5 --verbose -- /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.4.log 2024-01-21T08:36:56.949 INFO:teuthology.orchestra.run.smithi195.stderr:gzip -5 --verbose -- /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-mgr.smithi195.fiwyoz.log 2024-01-21T08:36:56.950 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.5.log: 92.4% -- replaced with /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T08:36:56.950 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.1.log 2024-01-21T08:36:56.951 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.4.log: /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-mgr.smithi195.fiwyoz.log: 92.4% -- replaced with /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T08:36:56.952 INFO:teuthology.orchestra.run.smithi195.stderr:gzip -5 --verbose -- /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi195.hzrygv.log 2024-01-21T08:36:56.952 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi195.hzrygv.log: 76.6% -- replaced with /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-client.rgw.foorgw.smithi195.hzrygv.log.gz 2024-01-21T08:36:56.958 INFO:teuthology.orchestra.run.smithi195.stderr: 93.2% -- replaced with /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-mgr.smithi195.fiwyoz.log.gz 2024-01-21T08:36:56.978 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.1.log: 94.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T08:36:57.208 INFO:teuthology.orchestra.run.smithi116.stderr: 90.5% -- replaced with /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-mgr.smithi116.upuqbt.log.gz 2024-01-21T08:36:57.255 INFO:teuthology.orchestra.run.smithi195.stderr: 92.6% -- replaced with /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-mon.smithi195.log.gz 2024-01-21T08:36:57.892 INFO:teuthology.orchestra.run.smithi116.stderr: 93.5% -- replaced with /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.1.log.gz 2024-01-21T08:36:57.922 INFO:teuthology.orchestra.run.smithi195.stderr: 93.5% -- replaced with /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.2.log.gz 2024-01-21T08:36:57.929 INFO:teuthology.orchestra.run.smithi116.stderr: 90.5% -- replaced with /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-mon.smithi116.log.gz 2024-01-21T08:36:57.949 INFO:teuthology.orchestra.run.smithi116.stderr: 93.6% -- replaced with /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.5.log.gz 2024-01-21T08:36:57.951 INFO:teuthology.orchestra.run.smithi195.stderr: 93.4% -- replaced with /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.6.log.gz 2024-01-21T08:36:57.973 INFO:teuthology.orchestra.run.smithi195.stderr: 93.8% -- replaced with /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.4.log.gz 2024-01-21T08:36:58.046 INFO:teuthology.orchestra.run.smithi195.stderr: 93.7% -- replaced with /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.0.log.gz 2024-01-21T08:36:58.048 INFO:teuthology.orchestra.run.smithi195.stderr: 2024-01-21T08:36:58.048 INFO:teuthology.orchestra.run.smithi195.stderr:real 0m1.115s 2024-01-21T08:36:58.048 INFO:teuthology.orchestra.run.smithi195.stderr:user 0m4.286s 2024-01-21T08:36:58.048 INFO:teuthology.orchestra.run.smithi195.stderr:sys 0m0.179s 2024-01-21T08:36:58.092 INFO:teuthology.orchestra.run.smithi116.stderr: 93.6% -- replaced with /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.7.log.gz 2024-01-21T08:36:58.119 INFO:teuthology.orchestra.run.smithi116.stderr: 93.6% -- replaced with /var/log/ceph/6e73547e-b834-11ee-95b0-87774f69a715/ceph-osd.3.log.gz 2024-01-21T08:36:58.121 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-21T08:36:58.121 INFO:teuthology.orchestra.run.smithi116.stderr:real 0m1.189s 2024-01-21T08:36:58.121 INFO:teuthology.orchestra.run.smithi116.stderr:user 0m5.360s 2024-01-21T08:36:58.121 INFO:teuthology.orchestra.run.smithi116.stderr:sys 0m0.216s 2024-01-21T08:36:58.121 INFO:tasks.cephadm:Archiving logs... 2024-01-21T08:36:58.121 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524267/remote/ubuntu@smithi116.front.sepia.ceph.com/log 2024-01-21T08:36:58.123 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T08:36:58.909 DEBUG:teuthology.misc:Transferring archived files from smithi195:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524267/remote/ubuntu@smithi195.front.sepia.ceph.com/log 2024-01-21T08:36:58.910 DEBUG:teuthology.orchestra.run.smithi195:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T08:36:59.579 INFO:tasks.cephadm:Removing cluster... 2024-01-21T08:36:59.579 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6e73547e-b834-11ee-95b0-87774f69a715 --force 2024-01-21T08:36:59.963 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6e73547e-b834-11ee-95b0-87774f69a715 --force 2024-01-21T08:37:00.340 INFO:tasks.cephadm:Removing cephadm ... 2024-01-21T08:37:00.341 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T08:37:00.360 DEBUG:teuthology.orchestra.run.smithi195:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T08:37:00.378 INFO:tasks.cephadm:Teardown complete 2024-01-21T08:37:00.378 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-21T08:37:00.389 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi116:/dev/vg_nvme/lv_1... 2024-01-21T08:37:00.390 DEBUG:teuthology.orchestra.run.smithi116:> sudo nvme disconnect -n lv_1 2024-01-21T08:37:00.525 INFO:teuthology.orchestra.run.smithi116.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-21T08:37:00.527 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:37:00.527 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi116:/dev/vg_nvme/lv_2... 2024-01-21T08:37:00.527 DEBUG:teuthology.orchestra.run.smithi116:> sudo nvme disconnect -n lv_2 2024-01-21T08:37:00.650 INFO:teuthology.orchestra.run.smithi116.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-21T08:37:00.651 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:37:00.652 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi116:/dev/vg_nvme/lv_3... 2024-01-21T08:37:00.652 DEBUG:teuthology.orchestra.run.smithi116:> sudo nvme disconnect -n lv_3 2024-01-21T08:37:00.770 INFO:teuthology.orchestra.run.smithi116.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-21T08:37:00.771 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:37:00.771 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi116:/dev/vg_nvme/lv_4... 2024-01-21T08:37:00.772 DEBUG:teuthology.orchestra.run.smithi116:> sudo nvme disconnect -n lv_4 2024-01-21T08:37:00.898 INFO:teuthology.orchestra.run.smithi116.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-21T08:37:00.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:37:00.900 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-21T08:37:00.900 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/scratch_devs 2024-01-21T08:37:00.926 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi195:/dev/vg_nvme/lv_1... 2024-01-21T08:37:00.926 DEBUG:teuthology.orchestra.run.smithi195:> sudo nvme disconnect -n lv_1 2024-01-21T08:37:01.056 INFO:teuthology.orchestra.run.smithi195.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-21T08:37:01.057 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:37:01.057 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi195:/dev/vg_nvme/lv_2... 2024-01-21T08:37:01.058 DEBUG:teuthology.orchestra.run.smithi195:> sudo nvme disconnect -n lv_2 2024-01-21T08:37:01.172 INFO:teuthology.orchestra.run.smithi195.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-21T08:37:01.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:37:01.174 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi195:/dev/vg_nvme/lv_3... 2024-01-21T08:37:01.174 DEBUG:teuthology.orchestra.run.smithi195:> sudo nvme disconnect -n lv_3 2024-01-21T08:37:01.290 INFO:teuthology.orchestra.run.smithi195.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-21T08:37:01.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:37:01.291 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi195:/dev/vg_nvme/lv_4... 2024-01-21T08:37:01.291 DEBUG:teuthology.orchestra.run.smithi195:> sudo nvme disconnect -n lv_4 2024-01-21T08:37:01.410 INFO:teuthology.orchestra.run.smithi195.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-21T08:37:01.411 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:37:01.412 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-01-21T08:37:01.412 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/scratch_devs 2024-01-21T08:37:01.438 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-21T08:37:01.448 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-21T08:37:01.449 DEBUG:teuthology.orchestra.run.smithi116:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T08:37:01.451 DEBUG:teuthology.orchestra.run.smithi195:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T08:37:01.466 INFO:teuthology.orchestra.run.smithi116.stderr:bash: ntpq: command not found 2024-01-21T08:37:01.470 INFO:teuthology.orchestra.run.smithi116.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T08:37:01.470 INFO:teuthology.orchestra.run.smithi116.stdout:=============================================================================== 2024-01-21T08:37:01.470 INFO:teuthology.orchestra.run.smithi116.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 33 -10us[-9242ns] +/- 91ms 2024-01-21T08:37:01.470 INFO:teuthology.orchestra.run.smithi116.stdout:^* hv02.front.sepia.ceph.com 3 6 377 32 -876us[ -875us] +/- 73ms 2024-01-21T08:37:01.471 INFO:teuthology.orchestra.run.smithi116.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 32 +1065us[+1066us] +/- 87ms 2024-01-21T08:37:01.471 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T08:37:01.495 INFO:teuthology.orchestra.run.smithi195.stderr:bash: ntpq: command not found 2024-01-21T08:37:01.499 INFO:teuthology.orchestra.run.smithi195.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-21T08:37:01.499 INFO:teuthology.orchestra.run.smithi195.stdout:=============================================================================== 2024-01-21T08:37:01.499 INFO:teuthology.orchestra.run.smithi195.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 37 -5358ns[-5358ns] +/- 91ms 2024-01-21T08:37:01.499 INFO:teuthology.orchestra.run.smithi195.stdout:^* hv02.front.sepia.ceph.com 3 6 377 37 -876us[ -868us] +/- 73ms 2024-01-21T08:37:01.499 INFO:teuthology.orchestra.run.smithi195.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 35 +1058us[+1058us] +/- 87ms 2024-01-21T08:37:01.499 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-21T08:37:01.500 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-21T08:37:01.510 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-21T08:37:01.511 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-21T08:37:01.528 DEBUG:teuthology.orchestra.run.smithi116:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-21T08:37:01.597 DEBUG:teuthology.orchestra.run.smithi195:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-21T08:37:01.657 DEBUG:teuthology.orchestra.run.smithi116:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-21T08:37:01.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:37:01.687 DEBUG:teuthology.orchestra.run.smithi195:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-21T08:37:01.716 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:37:01.717 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-21T08:37:01.729 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-21T08:37:01.738 INFO:teuthology.task.internal:Duration was 1993.957536 seconds 2024-01-21T08:37:01.739 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-21T08:37:01.749 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-21T08:37:01.749 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T08:37:01.752 DEBUG:teuthology.orchestra.run.smithi195:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T08:37:01.795 INFO:teuthology.orchestra.run.smithi116.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T08:37:01.803 INFO:teuthology.orchestra.run.smithi195.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-21T08:37:02.022 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-21T08:37:02.022 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi116.front.sepia.ceph.com 2024-01-21T08:37:02.023 DEBUG:teuthology.orchestra.run.smithi116:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-21T08:37:02.045 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi195.front.sepia.ceph.com 2024-01-21T08:37:02.046 DEBUG:teuthology.orchestra.run.smithi195:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-21T08:37:02.068 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-21T08:37:02.068 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T08:37:02.088 DEBUG:teuthology.orchestra.run.smithi195:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T08:37:02.161 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-21T08:37:02.163 DEBUG:teuthology.orchestra.run.smithi116:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T08:37:02.165 DEBUG:teuthology.orchestra.run.smithi195:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T08:37:02.315 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-21T08:37:02.326 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-21T08:37:02.326 DEBUG:teuthology.orchestra.run.smithi116:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T08:37:02.353 DEBUG:teuthology.orchestra.run.smithi195:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T08:37:02.381 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-21T08:37:02.399 DEBUG:teuthology.orchestra.run.smithi116:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-21T08:37:02.401 DEBUG:teuthology.orchestra.run.smithi195:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-21T08:37:02.425 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = core 2024-01-21T08:37:02.448 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern = core 2024-01-21T08:37:02.466 DEBUG:teuthology.orchestra.run.smithi116:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T08:37:02.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:37:02.503 DEBUG:teuthology.orchestra.run.smithi195:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T08:37:02.523 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:37:02.523 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-21T08:37:02.534 INFO:teuthology.task.internal:Transferring archived files... 2024-01-21T08:37:02.535 DEBUG:teuthology.misc:Transferring archived files from smithi116:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524267/remote/smithi116 2024-01-21T08:37:02.536 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T08:37:02.593 DEBUG:teuthology.misc:Transferring archived files from smithi195:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524267/remote/smithi195 2024-01-21T08:37:02.594 DEBUG:teuthology.orchestra.run.smithi195:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T08:37:02.634 INFO:teuthology.task.internal:Removing archive directory... 2024-01-21T08:37:02.634 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T08:37:02.636 DEBUG:teuthology.orchestra.run.smithi195:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T08:37:02.685 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-21T08:37:02.698 INFO:teuthology.task.internal:Not uploading archives. 2024-01-21T08:37:02.699 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-21T08:37:02.710 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-21T08:37:02.710 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T08:37:02.712 DEBUG:teuthology.orchestra.run.smithi195:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T08:37:02.727 INFO:teuthology.orchestra.run.smithi116.stdout: 525921 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 08:37 /home/ubuntu/cephtest 2024-01-21T08:37:02.743 INFO:teuthology.orchestra.run.smithi195.stdout: 525353 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 08:37 /home/ubuntu/cephtest 2024-01-21T08:37:02.744 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-21T08:37:02.756 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-21T08:37:02.783 INFO:teuthology.nuke:Checking targets against current locks 2024-01-21T08:37:02.811 DEBUG:teuthology.nuke:shortname: smithi116 2024-01-21T08:37:02.812 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T08:37:02.834 DEBUG:teuthology.nuke:shortname: smithi195 2024-01-21T08:37:02.835 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T08:37:02.842 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524267', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 07:55:50.774276', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLH8OY6b+Rqsgqk+TQvrfaoY5xXdow9VdEyh9XADrkkdJuAt8Yn7SvxG9YlBtYD0+yxv8j9rMCe4ypl1sD29DHc='} 2024-01-21T08:37:02.855 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi195.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524267', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 07:55:50.776272', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO9FCyiy4EI6Y0W2TcR2a0NYFpkVkviN7mOdCovBYTG6P4tIy7MHHRTuBxJBK2qY8zjzf2zitX7VX350H+K1CAM='} 2024-01-21T08:37:02.890 INFO:teuthology.orchestra.console.smithi116:Power off 2024-01-21T08:37:02.890 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T08:37:02.908 INFO:teuthology.orchestra.console.smithi195:Power off 2024-01-21T08:37:02.909 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T08:37:02.917 DEBUG:teuthology.orchestra.console.smithi116:power off output: Chassis Power Control: Down/Off 2024-01-21T08:37:02.918 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T08:37:02.932 DEBUG:teuthology.orchestra.console.smithi195:power off output: Chassis Power Control: Down/Off 2024-01-21T08:37:02.932 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T08:37:02.944 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2024-01-21T08:37:02.957 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is on 2024-01-21T08:37:06.945 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T08:37:06.957 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T08:37:07.055 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2024-01-21T08:37:07.067 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is on 2024-01-21T08:37:11.060 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T08:37:11.068 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T08:37:11.170 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is off 2024-01-21T08:37:11.177 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is off 2024-01-21T08:37:11.271 INFO:teuthology.orchestra.console.smithi116:Power off completed 2024-01-21T08:37:11.278 INFO:teuthology.orchestra.console.smithi195:Power off completed 2024-01-21T08:37:11.382 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} duration: 1993.9575357437134 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=c7169eb42af745ebb657c45cfee4b8d3 status: fail success: false 2024-01-21T08:37:11.382 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T08:37:11.489 INFO:teuthology.run:FAIL